diff metaviralspades.xml @ 8:5b26685e5d3b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 066e075c1599b29e92708194db2b2ccc30b7677c
author iuc
date Mon, 12 Feb 2024 21:46:08 +0000
parents 328aa71f0f3c
children
line wrap: on
line diff
--- a/metaviralspades.xml	Tue Aug 23 08:00:30 2022 +0000
+++ b/metaviralspades.xml	Mon Feb 12 21:46:08 2024 +0000
@@ -3,6 +3,9 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <xrefs>
+        <xref type="bio.tools">metaviralspades</xref>
+    </xrefs>
     <expand macro="requirements"/>
     <expand macro="stdio"/>
     <expand macro="version_command"/>
@@ -22,6 +25,7 @@
 @OMP_THREADS@
 ## run
 spades.py --metaviral
+    $operation_mode
     -o 'output'
     @RESOURCES@
     @INPUT_READS_MAIN@
@@ -52,6 +56,7 @@
         </section>
         <expand macro="kmer"/>
         <expand macro="phred"/>
+        <expand macro="operation_mode"/>
         <expand macro="pipeline_options">
             <option value="--careful">Careful: ties to reduce the number of mismatches and short indels. Only recommended for small genomes (--careful)</option>
             <option value="--iontorrent">Iontorrent: required when assembling IonTorrent data (--iontorrent)</option>