Commit cd850b06 authored by ziegenhain@bio.lmu.de's avatar ziegenhain@bio.lmu.de
Browse files

load perl module from dynamic path

parent 564f89a8
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Please drop your suggestions and clarifications to <sparekh\@age.mpg.de>\n
######################################################################################\n\n";
exit;
}

BEGIN{
$yml=$ARGV[0];
$samtoolsexc=$ARGV[1];
$rscriptexc=$ARGV[2];
@@ -25,12 +25,8 @@ print $samtoolsexc;
print $pigz;
print $rscriptexc;
=cut
BEGIN{
#	print $zumisdir;
	#print "@INC";
	unshift @INC, '/data/share/htp/zUMIs2/zUMIs';
#	print "@INC";
}
use lib "$zumisdir";
use distilReads;

open(YL,"Rscript $zumisdir/readYaml4fqfilter.R $yml |");