This is a test version of Biostars. For the public version, visit https://www.biostars.org.
HISAT2 installation issue

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

1 answer

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]]

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!

Log in to answer this question.