diff tools/mentalist_call/mentalist_call.xml @ 3:4ea71c8e2db0 draft

planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f161d96d4d4dcd11a53eeda99595d5fd22891612-dirty
author dfornika
date Wed, 11 Apr 2018 14:44:29 -0400
parents d465e81782a3
children af77acce864b
line wrap: on
line diff
--- a/tools/mentalist_call/mentalist_call.xml	Sat Mar 24 23:19:00 2018 -0400
+++ b/tools/mentalist_call/mentalist_call.xml	Wed Apr 11 14:44:29 2018 -0400
@@ -1,23 +1,16 @@
-<tool id="mentalist_call" name="MentaLiST MLST Analysis" version="0.2.2">
+<tool id="mentalist_call" name="MentaLiST MLST Analysis" version="0.1.5">
   <requirements>
-    <requirement type="package" version="0.2.2">mentalist</requirement>
+    <requirement type="package" version="0.1.5">mentalist</requirement>
   </requirements>
-  <edam_operations>
-    <edam_operation>operation_3840</edam_operation>
-  </edam_operations>
   <command detect_errors="exit_code"><![CDATA[
     mentalist
     call
     -o '$output_file'
     --db '$kmer_db.fields.path'
-    --mutation_threshold '$mutation_threshold'
-    --kt '$kmer_threshold'
-    $output_votes
-    $output_special
     #if $input_type.sPaired == "paired":
-      -1 $input_type.pInput1 -2 $input_type.pInput2
+       -s $input_type.pInput1.name $input_type.pInput1 $input_type.pInput2
     #elif $input_type.sPaired == "collections":
-      -1 $input_type.fastq_collection.forward -2 $input_type.fastq_collection.reverse
+       -s $input_type.fastq_collection.name $input_type.fastq_collection.forward $input_type.fastq_collection.reverse
     #end if
   ]]></command>
   <inputs>
@@ -39,27 +32,13 @@
 	<validator type="no_options" message="No MentaLiST databases are available" />
       </options>
     </param>
-    <param name="mutation_threshold" type="integer" label="Mutation threshold"
-	   help="Maximum number of mutations when looking for novel alleles."
-	   value="6" min="1" max="25" />
-    <param name="kmer_threshold" type="integer" label="Kmer threshold"
-	   help="Minimum number of times a kmer is seen to be considered present in the sample."
-	   value="10" min="1" max="25" />
-    <param name="output_votes" type="boolean" label="Output votes"
-	   argument="--output_votes" truevalue="--output_votes" falsevalue=""
-	   help="Outputs the results for the original voting algorithm" />
-    <param name="output_special" type="boolean" label="Output special"
-	   argument="--output_special" truevalue="--output_special" falsevalue=""
-	   help="Outputs a fasta file with the alleles from special cases such as incomplete coverage, novel and multiple alleles." />
   </inputs>
   <outputs>
-    <data name="output_file" format="tabular" />
-    <data name="coverage_file" format="tabular" />
+    <data name="output_file" format="tabular"/>
   </outputs>
   <help><![CDATA[
   ]]></help>
   <citations>
-    <citation type="doi">10.1101/172858</citation>
     <citation type="doi">10.1099/mgen.0.000146</citation>
   </citations>
 </tool>