Closed tavinathanson closed 8 years ago
The current master seems to support this with the --reference-name
argument. E.g:
$ topiary --vcf test/data/CELSR1/vcfs/vcf_1.vcf --mhc-predictor netmhcpan --mhc-alleles "A:02:01,A:02:02" --output-csv /tmp/out.csv --reference-name grch37 --ic50-cutoff 1000 --percentile-cutoff 100
Now --reference-name grch37
--> --genome grch37
I'm using the following dummy VCF:
And I get:
It's not obvious to me how to work around that from the commandline.