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

Issue with genome fasta header format #21

Open
acontrerasg opened this issue Sep 30, 2020 · 0 comments
Open

Issue with genome fasta header format #21

acontrerasg opened this issue Sep 30, 2020 · 0 comments

Comments

@acontrerasg
Copy link

dear Hajk,

I noticed that, under certain headers formats, in my case:

Chr1
Chr2
Chr3
Chr4
Chr5
Chr6
Chr7
Scaffold_1
Scaffold_2
Scaffold_3

The tool chops out part of the genomic scaffold name after the underscore in the gff and bed result files, being imposible to correctly locate the position of the predicted LTR transposon.

Changing header names seems to fix the issue.

Chr1
Chr2
Chr3
Chr4
Chr5
Chr6
Chr7
Scaffold1
Scaffold2
Scaffold3

Thanks

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