HISAT2 installation issue
1
0
Entering edit mode
5 weeks ago
eleven11 • 0

Hello I am trying to run HISAT2. Everytime I run make I get the attached warnings. What does it mean and how can I fix it? Thank you! enter image description here

HISAT2 • 383 views
ADD COMMENT
0
Entering edit mode

Compiled binaries are available for macOS and Linux: http://daehwankimlab.github.io/hisat2/download/#version-hisat2-221

ADD REPLY
0
Entering edit mode
5 weeks ago

these are just warnings.

I think you can remove the warnings by changing things like

"ACGT"[ref[start+i]]

by

"ACGT"[(unsigned int)ref[start+i]]
ADD COMMENT
0
Entering edit mode

Hello! Thank you for your quick reply! When I try to run HISAT commands it saids commands not found so I believe that it isn't installed properly. I am also not familiar with command line so how would I what you recommended. Thank you again!

ADD REPLY
0
Entering edit mode

set the PATH https://opensource.com/article/17/6/set-path-linux or use a full path to the hisat excutable.

ADD REPLY

Login before adding your answer.

Traffic: 1665 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6