-
Notifications
You must be signed in to change notification settings - Fork 1
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
standard gff3 file format is incompatible with count_reads.R #8
Comments
Hi, note the example in the test_data directory here: |
Hi im using gff3 file from bakta and another time gff file from prokka but got error please help me i also tried to convert gff3 file from bakta to gtf file using GFFRead and then tried gtf file but still getting error (gffread) mohitsharma@deep:~/5sb_myxobacteria_completed/genome_processing$ nextflow run BactSeq --data_dir /data/mohitsharma/transcriptomics/test/ --sample_file /home/mohitsharma/5sb_myxobacteria_completed/bactseq/sample_test.tsv --ref_genome /home/mohitsharma/5sb_myxobacteria_completed/genome_processing/input_genomes/5SB.fna --ref_ann /home/mohitsharma/5sb_myxobacteria_completed/genome_processing/5SB.gtf -profile singularity --cont_tabl /home/mohitsharma/5sb_myxobacteria_completed/bactseq/contrasts_test.tsv --outdir test_BactSeq_output --paired N E X T F L O W ~ version 24.10.3 Launching executor > local (7) Caused by: Command executed: count_reads.R -p TRUE -s reverse -m sample_metadata.tsv -g 5SB.gtf -t 12 Command exit status: Command output:
//========================== featureCounts setting ===========================\ //================================= Running ==================================\ No counts were generated. Command error:
//========================== featureCounts setting ===========================\ Caused by: Command executed: count_reads.R -p TRUE -s reverse -m sample_metadata.tsv -g 5SB.gtf -t 12 Command exit status: Command output:
//========================== featureCounts setting ===========================\ //================================= Running ==================================\ No counts were generated. Command error:
//========================== featureCounts setting ===========================\ //================================= Running ==================================\ No counts were generated. Work dir: Container: Tip: when you have fixed the problem you can continue the execution adding the option -- Check '.nextflow.log' file for details |
Hi, I would like to use BactSeq with de novo assemblies rather than those available from NCBI. I have a .gff3 file from Bakta annotation and I would prefer to use that as the ref_ann file.
I have tried converting it to .bed, .gff, and even converted it to .gtf. Regardless, I get the following error thrown by count_reads.R. I have adjusted the GTF.featureType option to be 'CDS' rather than 'gene'.
ERROR: no features were loaded in format GTF. The annotation format can be specified by the 'isGTFAnnotationFile' option, and the required feature type can be specified by the 'GTF.featureType' option.
The text was updated successfully, but these errors were encountered: