Thread setting environmental variable correctly to include .pm file
(13 answers)
Opened by Raffael2013 at 2013-04-08 13:59 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) |