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
Hello, I'm trying to map the reads for each sample to the reference genome,and here is the code:
tophat -p 8 -G ./genome/database/GCA_000187875.1_V1.0_genomic.gtf -o ./quantity/DP_1_thout --no-novel-juncs ./genome/database/GCA_000187875.1_V1.0_genome raw_sequences/DP_1_1.fq raw_sequences/DP_1_2.fq
and here is an error: [2017-11-21 21:08:58] Checking for Bowtie Bowtie version: 2.2.6.0 Error locating program: samtools_0.1.18
I don't kown why?I have installed the samtools(version:1.5),I will appreciate it if you could help me solve the problem.
best Lijuan
The text was updated successfully, but these errors were encountered:
I just fixed a similar problem in Debian. You might want to try these changes.
Sorry, something went wrong.
原因是无法调用tophat2文件夹里的samtools_0.1.18程序,可以试试创建软连接 1.提高权限 chmod +x /home/user/tophat2/samtools_0.1.18 2.创建软连接 sudo ln -s /home/user/tophat2/samtools_0.1.18 /usr/bin/samtools_0.1.18
No branches or pull requests
Hello,
I'm trying to map the reads for each sample to the reference genome,and here is the code:
tophat -p 8 -G ./genome/database/GCA_000187875.1_V1.0_genomic.gtf -o ./quantity/DP_1_thout --no-novel-juncs ./genome/database/GCA_000187875.1_V1.0_genome raw_sequences/DP_1_1.fq raw_sequences/DP_1_2.fq
and here is an error:
[2017-11-21 21:08:58] Checking for Bowtie
Bowtie version: 2.2.6.0
Error locating program: samtools_0.1.18
I don't kown why?I have installed the samtools(version:1.5),I will appreciate it if you could help me solve the problem.
best
Lijuan
The text was updated successfully, but these errors were encountered: