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

GFF? #187

Open
lskatz opened this issue Jul 1, 2022 · 4 comments
Open

GFF? #187

lskatz opened this issue Jul 1, 2022 · 4 comments

Comments

@lskatz
Copy link

lskatz commented Jul 1, 2022

Does anyone have a nice one liner to get GFF out of abricate output?

@lskatz
Copy link
Author

lskatz commented Jul 1, 2022

n/m I guess BED will do it for me

cut -f 2-4 *.abricate.tsv | tail -n +2 > abricate.bed

@com31
Copy link

com31 commented Mar 20, 2023

lskatz
Thank you for asking the question and providing the partial solution (excuse me as I could not write a proper gff3 after your steps). Could you please elaborate if you found a solution to this?
Any solution https://github.com/tseemann (even if multi-step solution)?

@lskatz
Copy link
Author

lskatz commented Mar 20, 2023

My solution gives a bed file, and then if that is not sufficient, you can convert to a GFF from there. People have some partial solutions for that but I guess there isn't an exact conversion to GFF from BED.

For example:
https://bioinformatics.stackexchange.com/questions/2242/how-to-convert-bed-to-gff3

@com31
Copy link

com31 commented Mar 22, 2023

Thank you lskatz for your help.
A discussion and developing solution is here
[https://bioinformatics.stackexchange.com/questions/20749/convert-abricate-output-tsv-file-to-gff3-format]
Could you too please help?

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