Thread setting environmental variable correctly to include .pm file (13 answers)
Opened by Raffael2013 at 2013-04-08 13:59

GwenDragon
 2013-04-08 14:56
#166964 #166964
User since
2005-01-17
14748 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
use lib "/opt/vcftools/PATH/TO/YOUR/VCF/PERL";


if you dont like to patch the files, use exporting a Shell variable.

~ export PERL5LIB=/opt/vcftools/perl:$PERL5LIB; vcf-fix-ploidy
Plz read http://sourceforge.net/mailarchive/message.php?msg...
Last edited: 2013-04-08 15:13:52 +0200 (CEST)

View full thread setting environmental variable correctly to include .pm file