Mercurial > repos > jjohnson > snpeff
diff snpSift_filter.xml @ 9:937367efb1da default tip
Change tool dependency to package_snpeff_3_2, now uses environment variable: SNPEFF_JAR_PATH for the location of snpeff jar files.
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Wed, 18 Sep 2013 10:49:56 -0500 |
parents | 13b6ad2ddace |
children |
line wrap: on
line diff
--- a/snpSift_filter.xml Mon May 13 12:45:07 2013 -0500 +++ b/snpSift_filter.xml Wed Sep 18 10:49:56 2013 -0500 @@ -5,7 +5,7 @@ <requirement type="package" version="3.2">snpEff</requirement> </requirements> <command> - java -Xmx6G -jar \$JAVA_JAR_PATH/SnpSift.jar filter -f $input -e $exprFile $inverse $pass + java -Xmx6G -jar \$SNPEFF_JAR_PATH/SnpSift.jar filter -f $input -e $exprFile $inverse $pass #if $filterId and len($filterId.__str__.strip()) > 0: --filterId = "$filterId" #end if