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

isoform file not available #7

Closed
Kiliankleemann opened this issue Dec 4, 2023 · 2 comments
Closed

isoform file not available #7

Kiliankleemann opened this issue Dec 4, 2023 · 2 comments

Comments

@Kiliankleemann
Copy link

I don´t have an isoform.txt file, can I still convert bed to gtf?

@alejandrogzi
Copy link
Owner

Hi @Kiliankleemann,

Not at this time. bed2gtf was build with the goal to make the conversion faster but complete (including gene_ids); however, I can consider to make it an option (maybe a flag --no-gene (?)) in the next release.

If you need that functionality right now, I think the best option is to use UCSC's C binaries (bedToGenePred + genePredToGtf)

Best,
Alejandro

@alejandrogzi
Copy link
Owner

Hey @Kiliankleemann

Just to let you know that now you can convert any bed into gtf without a isoforms.txt by simply specifying --no-gene, something like this:

bed2gtf -b your.bed -o out.gtf --no-gene

Best,
Alejandro

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

2 participants