-
Notifications
You must be signed in to change notification settings - Fork 35
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
bam files without @RG
tag
#115
Comments
Hi Michael, always nice to hear that a tool is useful! I added a way to do this via env variables. Will you give this binary a try (gunzip, chmod +x) and run as:
where my_sample is the name you want to use? I'll get a release out soon. |
Wow, that was quick, thank you! 🎉 I can confirm that the binary works as expected and solves my issue |
Just a note that I ran into the same issue and this worked wonderfully. I did see there is a |
Glad to hear it works. |
Thanks a lot for the tool, it's really easy to use, and after the first try already found a sample swap in our setup!
I'm now trying to confirm sample matches between WES and RNA-seq data from an external sequencing provider. I ran into an issue with the RNA-seq bam files provided, where I get the following output from
somalier
:The
@RG
field is indeed missing in thesebam
file headers.Is there a way to manually supply the sample ID (e.g. via a command-line argument)?
The text was updated successfully, but these errors were encountered: