如何在 Linux 中运行 fastq screen

发布于 2025-01-14 05:59:17 字数 728 浏览 4 评论 0原文

我是该领域的新手,正在尝试运行 fastq screen。我已经下载了 fastq screen 所需的所有包。

当我尝试运行它时,我收到此错误。

 Reading configuration from '/home/ahmad/FastQ-Screen-0.15.2/fastq_screen.conf'
Aligner (--aligner) not specified. Did not find Bowtie/Bowtie2/BWA paths and/or index files
Please check: you have provided the full path to the aligner INCLUDING the executable filename
Please check: the specified genome indices comprises the full path AND the basename of the index files
See documentation for further details
Please adjust configuration.

我打开 fastq_screen.conf 并将 Bowtie2 的路径调整为 /usr/bin/bowtie2 /usr/share/man/man1/bowtie2.1.gz

基因组参考的路径 /home/ahmad/FastQ_Screen_Genomes/Human

但是仍然得到相同的错误。有什么帮助吗?

I'm new to the feild and trying to run fastq screen. I have downloads all required packeges for fastq screen.

when I try to run it i get this error.

 Reading configuration from '/home/ahmad/FastQ-Screen-0.15.2/fastq_screen.conf'
Aligner (--aligner) not specified. Did not find Bowtie/Bowtie2/BWA paths and/or index files
Please check: you have provided the full path to the aligner INCLUDING the executable filename
Please check: the specified genome indices comprises the full path AND the basename of the index files
See documentation for further details
Please adjust configuration.

I opened the fastq_screen.conf and I adjust the path for bowtie2 to be at /usr/bin/bowtie2 /usr/share/man/man1/bowtie2.1.gz

the path for genome ref /home/ahmad/FastQ_Screen_Genomes/Human

but still get the same error. any help please ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

音栖息无 2025-01-21 05:59:17

最好的方法是检查您的 bowtie2 版本:

bowtie2 --version

它会自动向您显示您想要的路径,该路径不以 .gz 结尾。

另外,当您使用时:

fastq_screen --get_genomes

FastQ_Screen_Genomes 文件夹中的文件 fastq_screen.conf 将包含基因组文件的路径,因此您只需更改 Bowtie2 路径,将该文件复制到您的 fastq-screen 主文件夹。

The best way is to check your bowtie2 version:

bowtie2 --version

And it automatically shows you the pathway you want, which does not end in .gz.

Also when you use:

fastq_screen --get_genomes

The file fastq_screen.conf in the FastQ_Screen_Genomes folder will have the pathway to your genome files so you only need to change the bowtie2 pathway, copy that file into your fastq-screen main folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文