You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, structure-generator uses regions other than exons (like CDS, start_codon, five_prime_utr etc) to generate the output intron/exon structures, leading to a result of more exons in the output than in the input gtf file.
The tool also checks whether the output files already exist, and runs to an error if they do. This is not a problem in the Nextflow pipeline, but it would be beneficial to remove this check for faster testing the tool on its own.
Expected behavior
Structure-generator should filter the input gtf to only make use of the entries labeled as exons.
Also add the functionality to override the output files for faster testing.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, structure-generator uses regions other than exons (like CDS, start_codon, five_prime_utr etc) to generate the output intron/exon structures, leading to a result of more exons in the output than in the input gtf file.
The tool also checks whether the output files already exist, and runs to an error if they do. This is not a problem in the Nextflow pipeline, but it would be beneficial to remove this check for faster testing the tool on its own.
Expected behavior
Structure-generator should filter the input gtf to only make use of the entries labeled as exons.
Also add the functionality to override the output files for faster testing.
The text was updated successfully, but these errors were encountered: