We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I have installed hisat2 from the repository in github, I am trying to run this:
hisat2 -x yeast_index --known-splicesite-infile yeast_splice_sites.txt -U SRR453566_yeast_rnaseq_trimmed.fq.gz | samtools view -bS -o SRR453566_yeast_rnaseq.hisat.bam
and I get this above error: (ERR): Expected hisat2 to be in same directory with hisat2-align-s and hisat2-align-l:
The files are present, in a directory called msvcc. How could i proceed? (Total beginner here :-D)
The text was updated successfully, but these errors were encountered:
How did you install HISAT2? Have you run "make" to compile the code?
Sorry, something went wrong.
No branches or pull requests
Hi
I have installed hisat2 from the repository in github, I am trying to run this:
hisat2 -x yeast_index --known-splicesite-infile yeast_splice_sites.txt -U SRR453566_yeast_rnaseq_trimmed.fq.gz | samtools view -bS -o SRR453566_yeast_rnaseq.hisat.bam
and I get this above error: (ERR): Expected hisat2 to be in same directory with hisat2-align-s and hisat2-align-l:
The files are present, in a directory called msvcc.
How could i proceed?
(Total beginner here :-D)
The text was updated successfully, but these errors were encountered: