diff antismash.xml @ 4:9b91d26ee080 draft

Uploaded
author bgruening
date Fri, 04 Oct 2013 04:27:10 -0400
parents 7ad005dfbe78
children 73d11f6a3cd7
line wrap: on
line diff
--- a/antismash.xml	Fri Oct 04 04:22:38 2013 -0400
+++ b/antismash.xml	Fri Oct 04 04:27:10 2013 -0400
@@ -1,22 +1,31 @@
 <tool id="antismash" name="Secondary Metabolites" version="2.0.2.0">
-  <description>and Antibiotics Analysis (antiSMASH)</description>
-  <command>run_antismash.py 
+    <description>and Antibiotics Analysis (antiSMASH)</description>
+    <requirements>
+        <requirement type="package" version="3.0">hmmer</requirement>
+        <requirement type="package" version="2.3.2">hmmer</requirement>
+        <requirement type="package" version="2.2.28">blast+</requirement>
+        <requirement type="package" version="3.8.31">muscle</requirement>
+        <requirement type="package" version="2.0.2">antismash</requirement>
+    </requirements>
+    <command>
+        run_antismash.py 
 
-    --input $infile
-    --cpus 4
-    #set $type_list = ','.join([$type for $type in $types])
-    --enable $type_list
-    --input-type nucl
-    $smcogs
-    $clusterblast
-    $subclusterblast
-    $inclusive
-    $full_hmmer
-    $full_blast
+            --input $infile
+            --cpus 4
+            #set $type_list = ','.join([$type for $type in $types])
+            --enable $type_list
+            --input-type nucl
+            $smcogs
+            $clusterblast
+            $subclusterblast
+            $inclusive
+            $full_hmmer
+            $full_blast
 
+            --pfamdir  $pfam_database.fields.path
 
-  ##--from START          Start analysis at nucleotide specified
-  ##--to END  
+              ##--from START          Start analysis at nucleotide specified
+              ##--to END  
 
     </command>
     <inputs>
@@ -30,6 +39,14 @@
         <param name="full_hmmer" type="boolean" label="Run a whole-genome HMMer analysis" truevalue="--full-hmmer" falsevalue="" checked="false" />
         <param name="full_blast" type="boolean" label="Run a whole-genome BLAST analysis" truevalue="--full-blast" falsevalue="" checked="false" />
 
+        <param name="pfam_database" type="select" label="Covariance models">
+            <options from_file="antismash.loc">
+              <column name="value" index="0"/>
+              <column name="name" index="1"/>
+              <column name="path" index="2"/>
+            </options>
+        </param>
+
         <param name="types" type="select" display="checkboxes" multiple="true" label="Gene cluster types to search">
             <option value="1" selected="True">all</option>
             <option value="2">type I polyketide synthases</option>