-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
No SSU rRNA sequences found in trusted contigs by Barrnap #192
Comments
hello, thanks for your report. It looks like you tried to use the Could you please supply the full command line you used? |
Hi, thanks so much for your reply! I was using a .sh script cuz I have a lot of samples. #!/bin/bash
echo "Processing complete for folder: ${sample_name}" I am not sure if this matters but my 16S rRNA sequences are quite short. |
Thanks for the details. Could you try running phyloFlash without the The idea behind Hope that this helps |
Thanks for your suggestions. I tried it without the -trusted option and it worked. My aim was to assemble some SSU rRNA sequences which are not in the SILVA database but unfortunately we don't have the full-length ones. Thanks a lot! |
You could consider trying the PR2 database, which does include plastid rRNA sequences, and adapt it for phyloFlash: https://pr2-database.org/ Good luck with your project! |
Hi, I was trying to assemble some endolithic green algae chloroplast 16S rRNA from a coral metatranscriptome. I have the database for multiple strains and I prepared the database following the instructions on https://hrgv.github.io/phyloFlash/install.html 4.3. Set up a custom database with your own sequences.
However, the following errors happened.
[09:20:27] Extracting SSU rRNA from trusted contigs
/data3/Meta_Os_rRNA/SILVA_OsDB.fasta...
[09:20:27] running subcommand:
/root/miniconda3/envs/phyloflash/lib/phyloFlash/barrnap-HGV/bin/barrnap_HGV
--evalue 1e-100 --reject 0.6 --kingdom bac --gene ssu --threads
20 /data3/Meta_Os_rRNA/SILVA_OsDB.fasta
>G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.bac.gff
2>G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.barrnap.log
[09:20:27] running subcommand:
/root/miniconda3/envs/phyloflash/lib/phyloFlash/barrnap-HGV/bin/barrnap_HGV
--evalue 1e-100 --reject 0.6 --kingdom arch --gene ssu
--threads 20 /data3/Meta_Os_rRNA/SILVA_OsDB.fasta
>G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.arch.gff
2>G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.barrnap.log
[09:20:28] running subcommand:
/root/miniconda3/envs/phyloflash/lib/phyloFlash/barrnap-HGV/bin/barrnap_HGV
--evalue 1e-100 --reject 0.6 --kingdom euk --gene ssu --threads
20 /data3/Meta_Os_rRNA/SILVA_OsDB.fasta
>G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.euk.gff
2>G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.barrnap.log
[09:20:29] no SSU rRNA sequences found in trusted contigs by Barrnap
[09:20:29] mapping extracted SSU reads back on trusted SSU sequences
[09:20:29] running subcommand:
/root/miniconda3/envs/phyloflash/bin/bbmap.sh fast=t
minidentity=0.98 -Xmx20g threads=20 po=f outputunmapped=t
ref=G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.all.fasta
nodisk
in=G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.G5-176-C2-T0-OsA-LFK11691_L2_paired.rrna.1.fq.SSU.1.fq
out=G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.bbmap.sam
noheader=t overwrite=t
in2=G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.G5-176-C2-T0-OsA-LFK11691_L2_paired.rrna.1.fq.SSU.2.fq
pairlen=1200
outu=G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.bbmap.outu.fwd.fastq
outu2=G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.bbmap.outu.rev.fastq
2>G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.bbmap.out
[09:20:29] FATAL: Tool execution failed!.
Error was '' and return code '256'
Check error log file
G5-176-C2-T0-OsA-LFK11691_L2_paired_almost_everything.trusted.bbmap.out
Aborting.
[09:20:29] Saving log to file phyloFlash_log_on_error
Processing complete for folder: G5-176-C2-T0-OsA-LFK11691_L2_paired
My database sequences are quite short, like ~250bp. Is that the reason for the failure? Could you please give me some instructions?
Thanks a lot!
The text was updated successfully, but these errors were encountered: