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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
VariantAnnotator ... but this is due to an old syntax update perhaps other docs in other tools are also affected.
The argument --resource example(s) show a wrong syntax in regards to the location of the "provider" name
--resource
Google 'GATK VariantAnnotator'; the first or one of the first hits points to the current GATK doc on the tool.
The example should read --resource:foo resource-file.vcf.gz
--resource:foo resource-file.vcf.gz
The example reads --resource foo:resource-file.vcf.gz
--resource foo:resource-file.vcf.gz
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
Affected tool(s) or class(es)
VariantAnnotator ... but this is due to an old syntax update perhaps other docs in other tools are also affected.
Affected version(s)
Description
The argument
--resource
example(s) show a wrong syntax in regards to the location of the "provider" nameSteps to reproduce
Google 'GATK VariantAnnotator'; the first or one of the first hits points to the current GATK doc on the tool.
Expected behavior
The example should read
--resource:foo resource-file.vcf.gz
Actual behavior
The example reads
--resource foo:resource-file.vcf.gz
The text was updated successfully, but these errors were encountered: