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
renee build
I am attempting to build a marmoset reference genome from NCBI files using renee build.
qualimapinfo fails three times then shuts the job down. The qualimap_error.log reads:
Traceback (most recent call last): File "/data/$USER/MarmosetGenome/workflow/scripts/builder/generate_qualimap_ref.py", line 98, in biotype = exons[0].attr["gene_type"] KeyError: 'gene_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/$USER/MarmosetGenome/workflow/scripts/builder/generate_qualimap_ref.py", line 100, in biotype = exons[0].attr["gene_biotype"] KeyError: 'gene_biotype'
Traceback (most recent call last): File "/data/$USER/MarmosetGenome/workflow/scripts/builder/generate_qualimap_ref.py", line 98, in biotype = exons[0].attr["gene_type"] KeyError: 'gene_type'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/data/$USER/MarmosetGenome/workflow/scripts/builder/generate_qualimap_ref.py", line 100, in biotype = exons[0].attr["gene_biotype"] KeyError: 'gene_biotype'
The fasta and .gtf files were downloaded from NCBI. The .gtf has "gene_biotype" attribute : Example:
NC_071442.1 Gnomon gene 399914 559170 . - . gene_id "LOC118152095"; transcript_id ""; db_xref "GeneID:118152095"; description "glucose-6-phosphate 1-dehydrogenase-like"; gbkey "Gene"; gene "LOC118152095"; gene_biotype "transcribed_pseudogene"; pseudo "true";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am attempting to build a marmoset reference genome from NCBI files using renee build.
qualimapinfo fails three times then shuts the job down.
The qualimap_error.log reads:
The fasta and .gtf files were downloaded from NCBI. The .gtf has "gene_biotype" attribute :
Example:
The text was updated successfully, but these errors were encountered: