Hi all,
A quick vcf tools question. I am having problems with the -s option to only use listed samples with the vcf-stats tool. When I try the following:
vcf-stats -s Agg50 Agg51 Agg52 Agg53 Agg54 Agg55 Agg56 Agg57 Agg59 -f QUAL=10:200 /mnt/VCFFiles/Aggs.vcf -p /mnt/VCFFiles/Aggsstats
I get the error:
Unknown parameter or nonexistent file: "Agg51". Run -h for help.
at /usr/local64/bin/vcf-stats line 21
main::error('Unknown parameter or nonexistent file: "Agg51". Run -h fo...') called at /usr/local64/bin/vcf-stats line 65
Does anyone know what the problem is, I have tried using a file with the sample list too and it doesn't work.
Thanks,
Rubal7
A quick vcf tools question. I am having problems with the -s option to only use listed samples with the vcf-stats tool. When I try the following:
vcf-stats -s Agg50 Agg51 Agg52 Agg53 Agg54 Agg55 Agg56 Agg57 Agg59 -f QUAL=10:200 /mnt/VCFFiles/Aggs.vcf -p /mnt/VCFFiles/Aggsstats
I get the error:
Unknown parameter or nonexistent file: "Agg51". Run -h for help.
at /usr/local64/bin/vcf-stats line 21
main::error('Unknown parameter or nonexistent file: "Agg51". Run -h fo...') called at /usr/local64/bin/vcf-stats line 65
Does anyone know what the problem is, I have tried using a file with the sample list too and it doesn't work.
Thanks,
Rubal7
Comment