not able to get the actual information of VCF file from vcf-stats
1
0
Entering edit mode
10.0 years ago

Hi all,

I am not able to get the information from vcftools-stats tools,please let me know how to get the output in the tabular format so I can read it.

some example command is

perl vcf-stats test.vcf

Thanks

SNP • 2.0k views
ADD COMMENT
0
Entering edit mode

What is the output that you get and how would you like it to be formatted instead?

ADD REPLY
1
Entering edit mode
10.0 years ago
Torst ▴ 980

By default, vcf-stats outputs the stats as a Perl Data::Dumper string.

If you want a collection of text files with the statistics, you need to provide a output file prefix with -p.

eg. perl vcf-stats -p mystats/test test.vcf

Then look at the files in the mystats/ folder.

ADD COMMENT

Login before adding your answer.

Traffic: 2371 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6