-
Notifications
You must be signed in to change notification settings - Fork 18
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
singlem incorrectly parse sample name with paired-end data #151
Comments
Hi, Thanks for kind words. Can you be a bit more specific? You mean it doesn't remove the e.g. .1 or _1 bit? |
Yes, that's it. |
Ah right. I made the decision not to wade into parsing the different possibilities there. Is there some general solution? |
You can add an option where the user explicitly provides the sample name. |
Looking for the same feature as I have samples sequenced across multiple runs |
Hi @wwood ,
Many thanks for developing singlem. This is great tool that deserves more attention.
It seems singlem incorrectly parse sample name with paired-end data as it just removes the file extension:
singlem/singlem/singlem.py
Line 35 in 4a6803d
Could you fix this?
Best,
Florian
The text was updated successfully, but these errors were encountered: