-
Notifications
You must be signed in to change notification settings - Fork 133
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
tview is not included in the docker #257
Comments
@gudedsh Hi, sorry about this, I don't plan to update docker (I haven't updated it for years) and I'm afraid I forgot to include it in "big" java archive. I've just updated the code, it will be included in the next release. you can always use the good old "samtools tview" or a tool like "wally". |
@lindenb Thank you for your reply. I am trying to output the alignment view with the read IDs and output in text format, so I can check which reads specifically contributed to the variants and perform follow up analysis. I noticed that "jvarkit tview" has a "--readName" parameter which might meet my needs. However, it seems that neither "samtools view" nor "wally" can do that. I was wondering how I can use "jvarkit tview". Thank you very much |
you could you sam2tsv and check if there is a ALT variant carrying your variant. https://jvarkit.readthedocs.io/en/latest/Sam2Tsv/ or https://jvarkit.readthedocs.io/en/latest/Biostar322664/ |
Thank you. |
Subject of the issue
I want to use the tview package under Jvarkit, but after downloading it I realized that this package is not included in the docker (https://hub.docker.com/r/lindenb/jvarkit/tags), how should I get this package? Thank you very much.
The text was updated successfully, but these errors were encountered: