Changes between Version 4 and Version 5 of SOPs/vcf_manipulation
- Timestamp:
- 01/10/14 15:10:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/vcf_manipulation
v4 v5 42 42 }}} 43 43 44 Validate VCF file (for use with GATK, for example) 45 {{{ 46 java -jar /usr/local/gatk/GenomeAnalysisTK.jar -T ValidateVariants -R /path/to/indexed/genome --variant:VCF SNPs.vcf 47 }}}