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

fix: structure-generator takes regions other than exons into account #18

Open
balajtimate opened this issue Oct 23, 2023 · 0 comments
Open
Assignees

Comments

@balajtimate
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant