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

CutN fails when sequence begins with Ns #211

Open
hloucks opened this issue Apr 19, 2024 · 0 comments
Open

CutN fails when sequence begins with Ns #211

hloucks opened this issue Apr 19, 2024 · 0 comments

Comments

@hloucks
Copy link

hloucks commented Apr 19, 2024

Using seqtk version 1.4-r122 seqt fails to identify Ns at the beginning of the contig

Example

>test
NNNNNNNATCTA
>test2
AATTCNNNA

seqtk cutN -g -n1 test.fa
test2	5	8

seqtk gap -l 1 test.fa
test	0	7
test2	5	8

CutN identifies the stretch of Ns in the second contig but not if the first which begins with Ns. Seqtk gap works as expected.

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