diff biotradis_add_tags.xml @ 7:09c1f97a5bcc draft

"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 1c12becfd708c0635632ab92620a846764ec4559-dirty"
author thanhlv
date Fri, 06 Dec 2019 10:11:20 -0500
parents afe9a515d145
children
line wrap: on
line diff
--- a/biotradis_add_tags.xml	Wed Oct 23 10:40:28 2019 -0400
+++ b/biotradis_add_tags.xml	Fri Dec 06 10:11:20 2019 -0500
@@ -8,14 +8,14 @@
     
     add_tradis_tags -b $input_bam -o added -v > $log
 
-    ]]></command>
+    ]]>    </command>
     <inputs>
-         <param name="input_bam" type="data" format="bam" label="BAM file" help="" />
+        <param name="input_bam" type="data" format="bam" label="BAM file"/>
     </inputs>
 
     <outputs>
-       <data name="log" format="txt" label="${tool.name} on ${on_string} Log" />
-       <data name="output_bam" format="bam" label="${tool.name} on ${on_string}" from_work_dir="added.tr.bam" />
+        <data name="log" format="txt" label="${tool.name} on ${on_string} Log" />
+        <data name="output_bam" format="bam" label="${tool.name} on ${on_string}" from_work_dir="added.tr.bam" />
     </outputs>
 
     <tests>
@@ -29,6 +29,6 @@
         Options:
         -b  : bam file with tradis tags
         -v  : verbose debugging output
-    ]]></help>
-
+    ]]>    </help>
+    <expand macro="citations" />
 </tool>