Changes between Version 10 and Version 11 of VCFAggregateScriptManual
- Timestamp:
- 2014-09-17T14:43:49+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VCFAggregateScriptManual
v10 v11 10 10 11 11 {{{ 12 export PATH=/ Volumes/Users/Software/vcftools_0.1.10/bin/:/Volumes/Users/Software/tabix-0.2.6/:${PATH}12 export PATH=/Applications/vcftools_0.1.10/bin/:/Applications/tabix-0.2.6/:$PATH 13 13 }}} 14 14 15 Or a more permanent option (.bashrc file or so) 15 Or a more permanent option (.bashrc or .profile file or so) 16 17 Also, add the VCFtools Perl library to the Perl5 library locations: 18 19 {{{ 20 export PERL5LIB=/Applications/vcftools_0.1.11/perl/:$PERL5LIB 21 }}} 16 22 17 23 == 3. Download and install Perl if you don't have it == … … 26 32 27 33 {{{ 28 wget https://raw.githubusercontent.com/molgenis/ngs-utils/master/scripts/vcf-fill-gtc.pl 34 wget https://raw.githubusercontent.com/molgenis/ngs-utils/master/scripts/vcf-fill-gtc.pl --no-check-certificate 29 35 }}} 30 36