-
Notifications
You must be signed in to change notification settings - Fork 307
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
seqtk sample adding ">" to some read IDs #110
Comments
I see that all the read IDs it does this to don't have sequence or quality scores i.e.:
seqtk sample turns this into:
Is the FASTQ spec being broken by having a read ID for a read that doesn't exist in the original input? |
Same problem occured a few days ago: #109 , but it' hard to change in near future. You may use seqkit (>=v0.8.0) for now, which just fix this. |
Thanks! I thought it was a bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run seqtk sample some of the read IDs are getting the "@" character swapped out for a ">".
There are no reads which match ">HISEQ" in the input. But they come out like this w/seqtk:
And if I take the first one out of the input file it doesn't have the leading ">" character:
Happening in version 1.2-r94 and I also tried 1.2-r102-dirty
The text was updated successfully, but these errors were encountered: