Skip to content
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

Error running renee build for marmoset reference genome #161

Closed
nmkuehn opened this issue Sep 30, 2024 · 2 comments
Closed

Error running renee build for marmoset reference genome #161

nmkuehn opened this issue Sep 30, 2024 · 2 comments
Labels
bug Something isn't working RENEE RepoName

Comments

@nmkuehn
Copy link

nmkuehn commented Sep 30, 2024

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'

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";

@kopardev kopardev added the RENEE RepoName label Sep 30, 2024
@kelly-sovacool kelly-sovacool changed the title RENEE build from .gtf Error running renee build for marmoset reference genome Oct 25, 2024
@kelly-sovacool kelly-sovacool added the bug Something isn't working label Oct 25, 2024
@kopardev
Copy link
Member

kopardev commented Nov 4, 2024

We have only tested this for human and mouse genome annotations from ensembl. These could be because of formatting differences/errors in the GTF.

@kopardev kopardev closed this as completed Nov 4, 2024
@kelly-sovacool
Copy link
Member

tracking this in #177

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RENEE RepoName
Projects
None yet
Development

No branches or pull requests

3 participants