-
Notifications
You must be signed in to change notification settings - Fork 19
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 GFF file #31
Comments
Could you post the command you used to run the pipeline so I can try to reproduce the issue? |
I ran: Then just went through prompts in the shell script. I heard there is some issue with prokka support from my lab mate who is struggling with new install of prokka. |
Can you share the content of the ./Anaerostipes_hadrus/config/config.json file? If you are using the docker container prokka installation is not a issue in this case. |
Here you go: {"exception": ["Eubacterium hadrum", "Anaerostipes sp. 5/1/63FAA", "Clostridiales bacterium SSC/2", "butyrate-producing bacterium SS2/1", "butyrate-producing bacterium SSC/2"], "mfold": -3.0, "intermediate": false, "path": "/turnbaugh/qb3share/shared_resources/apptainer_containers/new_speciesprimer", "ignore_qc": false, "assemblylevel": ["all"], "skip_tree": false, "nolist": false, "offline": false, "target": "Anaerostipes_hadrus", "maxsize": 200, "mfethreshold": 90, "blastseqs": 1000, "customdb": null, "skip_download": false, "probe": false, "minsize": 70, "mpprimer": -3.5, "blastdbv5": false, "qc_gene": ["rRNA"]} Thanks for being so responsive. |
Thanks for sharing! |
Hi, I was not able to reproduce this Error, I was able to annotate all the Anaerostipes_hadrus genomes and QC worked with the latest Docker container. Does restarting the run always lead to the same result? |
Yeah I got the same error again. I've tried it twice. It downloads the genomes just fine and fails at this gff level. I have a lot of disk space. You want me to try to clear some out and run it again? Are there any other requirements that I might need to change at the system level? |
Hm, strange... Could you try to run the follwing command inside the /primerdesign/Anaerostipes_hadrus directory and post the output from the terminal?
|
[09:04:53] This is prokka 1.14.5 |
Hello Biologger - your prior suggestion for Issue 15 was great and solved the problem I was running into. However, now when I run the version of the pipeline you suggested, I get the following error:
Run: quality_control(rRNA)
Starting QC with rRNA
found 0 gff files
Error: No .gff files found for QualityControl rRNA
Error report:
for target Anaerostipes_hadrus
Error 1:
Error: No .gff files found for QualityControl rRNA
The folder called gff_files and ffn_files are empty. It looks like prokka is not running to me. These are the lines run before hand (genomes are downloaded)
GCF_000210695v1 annotation required
Run prokka --kingdom Bacteria --outdir GCF_000210695v1_20240903 --genus Anaerostipes --locustag GCF_000210695v1 --prefix GCF_000210695v1_20240903 --cpus 0 genomic_fna/GCF_000210695.1_ASM21069v1_genomic.fna
Thanks in advance!
The text was updated successfully, but these errors were encountered: