We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The live website has a part about tmb estimation with an incomplete command example:
https://varlociraptor.github.io/docs/estimating/
Currently, the command reads:
varlociraptor --coding-genome-size 3e7 --tumor-sample tumor --somatic-tumor-events SOMATIC_TUMOR < calls.annotated.bcf > tmb.vl.json
But it should be (with the correct subcommand estimate tmb included:
estimate tmb
varlociraptor estimate tmb --coding-genome-size 3e7 --tumor-sample tumor --somatic-tumor-events SOMATIC_TUMOR < calls.annotated.bcf > tmb.vl.json
As this version of the repo does not contain the respective estimating.md file (see issue #1 ), providing a PR would mess up your history...?
estimating.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The live website has a part about tmb estimation with an incomplete command example:
https://varlociraptor.github.io/docs/estimating/
Currently, the command reads:
But it should be (with the correct subcommand
estimate tmb
included:As this version of the repo does not contain the respective
estimating.md
file (see issue #1 ), providing a PR would mess up your history...?The text was updated successfully, but these errors were encountered: