diff snpEff_download.xml @ 1:ebe280eca4a4

Add package requirement
author Jim Johnson <jj@umn.edu>
date Thu, 13 Sep 2012 21:40:44 -0500
parents 388f178f9e13
children c641d515de2e
line wrap: on
line diff
--- 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 @@
 <tool id="snpEff_download" name="SnpEff Download" version="1.0">
 	<description>Download a new database</description>
 	<requirements>
+		<requirement type="package" version="3.0f">snpEff</requirement>
 		<requirement type="set_environment">JAVA_JAR_PATH </requirement>
 	</requirements>
 	<command>java -jar $JAVA_JAR_PATH/snpEff.jar download -c $JAVA_JAR_PATH/snpEff.config $genomeVersion > $logfile </command>