# HG changeset patch # User Jim Johnson # Date 1347590444 18000 # Node ID ebe280eca4a4d40c9f7b48b3387af69c7264a23a # Parent 388f178f9e13c743f9bcf610ba1283ab89d08eea Add package requirement diff -r 388f178f9e13 -r ebe280eca4a4 snpEff.xml --- a/snpEff.xml Thu Sep 13 22:33:33 2012 -0400 +++ b/snpEff.xml Thu Sep 13 21:40:44 2012 -0500 @@ -6,6 +6,7 @@ java -Xmx6G -jar /path/to/your/snpEff/snpEff.jar eff -c /path/to/your/snpEff/snpEff/snpEff.config $inputFormat $offset -upDownStreamLen $udLength $filterIn $filterHomHet -no $filterOut -stats $statsFile $genomeVersion $input > $output --> + snpEff JAVA_JAR_PATH java -Xmx6G -jar $JAVA_JAR_PATH/snpEff.jar eff -c $JAVA_JAR_PATH/snpEff.config -i $inputFormat -o $outputFormat -upDownStreamLen $udLength $filterIn $filterHomHet -no $filterOut -stats $statsFile $genomeVersion $input > $output diff -r 388f178f9e13 -r ebe280eca4a4 snpEff_download.xml --- a/snpEff_download.xml Thu Sep 13 22:33:33 2012 -0400 +++ b/snpEff_download.xml Thu Sep 13 21:40:44 2012 -0500 @@ -1,6 +1,7 @@ Download a new database + snpEff JAVA_JAR_PATH java -jar $JAVA_JAR_PATH/snpEff.jar download -c $JAVA_JAR_PATH/snpEff.config $genomeVersion > $logfile diff -r 388f178f9e13 -r ebe280eca4a4 snpSift_annotate.xml --- a/snpSift_annotate.xml Thu Sep 13 22:33:33 2012 -0400 +++ b/snpSift_annotate.xml Thu Sep 13 21:40:44 2012 -0500 @@ -5,6 +5,7 @@ You can change the amount of memory used, just change the -Xmx parameter (e.g. use -Xmx2G for 2Gb of memory) --> + snpEff JAVA_JAR_PATH java -Xmx6G -jar $JAVA_JAR_PATH/SnpSift.jar annotate -q $dbSnp $input > $output diff -r 388f178f9e13 -r ebe280eca4a4 snpSift_caseControl.xml --- a/snpSift_caseControl.xml Thu Sep 13 22:33:33 2012 -0400 +++ b/snpSift_caseControl.xml Thu Sep 13 21:40:44 2012 -0500 @@ -5,6 +5,7 @@ You can change the amount of memory used, just change the -Xmx parameter (e.g. use -Xmx2G for 2Gb of memory) --> + snpEff JAVA_JAR_PATH diff -r 388f178f9e13 -r ebe280eca4a4 snpSift_filter.xml --- a/snpSift_filter.xml Thu Sep 13 22:33:33 2012 -0400 +++ b/snpSift_filter.xml Thu Sep 13 21:40:44 2012 -0500 @@ -7,6 +7,7 @@ java -Xmx6G -jar $JAVA_JAR_PATH/SnpSift.jar filter -f $input -e $exprFile > $output --> + snpEff JAVA_JAR_PATH diff -r 388f178f9e13 -r ebe280eca4a4 snpSift_int.xml --- a/snpSift_int.xml Thu Sep 13 22:33:33 2012 -0400 +++ b/snpSift_int.xml Thu Sep 13 21:40:44 2012 -0500 @@ -5,6 +5,7 @@ You can change the amount of memory used, just change the -Xmx parameter (e.g. use -Xmx2G for 2Gb of memory) --> + snpEff JAVA_JAR_PATH