Changes between Version 10 and Version 11 of VCFAggregateScriptManual


Ignore:
Timestamp:
2014-09-17T14:43:49+02:00 (10 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VCFAggregateScriptManual

    v10 v11  
    1010
    1111{{{
    12 export PATH=/Volumes/Users/Software/vcftools_0.1.10/bin/:/Volumes/Users/Software/tabix-0.2.6/:${PATH}
     12export PATH=/Applications/vcftools_0.1.10/bin/:/Applications/tabix-0.2.6/:$PATH
    1313}}}
    1414
    15 Or a more permanent option (.bashrc file or so)
     15Or a more permanent option (.bashrc or .profile file or so)
     16
     17Also, add the VCFtools Perl library to the Perl5 library locations:
     18
     19{{{
     20export PERL5LIB=/Applications/vcftools_0.1.11/perl/:$PERL5LIB
     21}}}
    1622
    1723== 3. Download and install Perl if you don't have it ==
     
    2632
    2733{{{
    28 wget https://raw.githubusercontent.com/molgenis/ngs-utils/master/scripts/vcf-fill-gtc.pl
     34wget https://raw.githubusercontent.com/molgenis/ngs-utils/master/scripts/vcf-fill-gtc.pl --no-check-certificate
    2935}}}
    3036