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

Accidently trims whole sequence from 3967 bp => 0 bp #13

Closed
tseemann opened this issue Apr 3, 2018 · 1 comment
Closed

Accidently trims whole sequence from 3967 bp => 0 bp #13

tseemann opened this issue Apr 3, 2018 · 1 comment
Assignees
Labels

Comments

@tseemann
Copy link
Owner

tseemann commented Apr 3, 2018

S.Enteriditis__2017-15455

#sequence       old_len new_len trimmed
tig00000001     4736005 4736005 0
tig00002852     3967    0       3968
@tseemann tseemann added the bug label Apr 3, 2018
@tseemann tseemann self-assigned this Apr 3, 2018
@tseemann
Copy link
Owner Author

tseemann commented Apr 3, 2018

FIxed by #12

Now does this

#sequence       old_len new_len trimmed
tig00000001     4736005 4736005 0
tig00002852     3967    3967    0
tig00002853     1974    1974    0
tig00002854     1972    1972    0

It could be pacbio control sequence!

@tseemann tseemann closed this as completed Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant