Changes between Version 8 and Version 9 of SOPs/vcf_manipulation
- Timestamp:
- 01/05/16 14:16:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/vcf_manipulation
v8 v9 81 81 java -jar /usr/local/gatk/GenomeAnalysisTK.jar -T ValidateVariants -R /path/to/indexed/genome --variant:VCF SNPs.vcf 82 82 }}} 83 84 Convert from VCF to bed (using the [http://bedops.readthedocs.org BEDOPS] toolkit): 85 {{{ 86 vcf2bed < my_variants.vcf > my_variants.bed 87 }}}