We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f20a2e commit 4fc28c9Copy full SHA for 4fc28c9
1 file changed
contextscore/predict.py
@@ -546,7 +546,7 @@ def main(argv=None):
546
except ValueError as exc:
547
logging.error('%s', exc)
548
user_message('ANNOVAR setup is required before running prediction.')
549
- user_message('Example: contextscore --input sample.vcf --output out.vcf --sample_coverage 30 --annovar /path/to/annovar --annovar-db /path/to/humandb')
+ user_message('Example: contextscore --input sample.vcf --output out.vcf --sample-coverage 30 --annovar /path/to/annovar --annovar-db /path/to/humandb')
550
user_message('Optional: add --model /path/to/model.pkl to override default model resolution.')
551
user_message('You can also set ANNOVAR_PATH and ANNOVAR_DB_PATH environment variables.')
552
sys.exit(2)
0 commit comments