Repository 'bandage'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bandage

Changeset 1:ebe4463404b4 (2019-05-15)
Previous changeset 0:067592b6b312 (2018-09-18) Next changeset 2:58124285e462 (2019-07-05)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit 5badd53c6fdaf43796ffacff94852356696d30d0
modified:
bandage_image.xml
bandage_info.xml
macros.xml
b
diff -r 067592b6b312 -r ebe4463404b4 bandage_image.xml
--- a/bandage_image.xml Tue Sep 18 05:41:44 2018 -0400
+++ b/bandage_image.xml Wed May 15 04:11:22 2019 -0400
b
@@ -19,7 +19,7 @@
     #end if
     ]]></command>
     <inputs>
-        <param name="input_file" type="data" format="tabular" label="Graphical Fragment Assembly" />
+        <param name="input_file" type="data" format="txt" label="Graphical Fragment Assembly" help="Supports multiple assembly graph formats: LastGraph (Velvet), FASTG (SPAdes), Trinity.fasta, ASQG and GFA."/>
         <param argument="--height" type="integer" min="1" value="1000" optional="True" label="Image height" help="If only height or width is set, the other will be determined automatically. If both are set, the image will be exactly that size. Default: 1000."/>
         <param argument="--width" type="integer" min="1" optional="True" label="Image width" help="If only height or width is set, the other will be determined automatically. If both are set, the image will be exactly that size. Default: not set."/>
         <param name="output_format" type="select" label="Produce jpg, png or svg file?">
b
diff -r 067592b6b312 -r ebe4463404b4 bandage_info.xml
--- a/bandage_info.xml Tue Sep 18 05:41:44 2018 -0400
+++ b/bandage_info.xml Wed May 15 04:11:22 2019 -0400
b
@@ -14,7 +14,7 @@
     > out.txt
     ]]></command>
     <inputs>
-        <param name="input_file" type="data" format="tabular" label="Graphical Fragment Assembly" />
+        <param name="input_file" type="data" format="txt" label="Graphical Fragment Assembly" help="Supports multiple assembly graph formats: LastGraph (Velvet), FASTG (SPAdes), Trinity.fasta, ASQG and GFA."/>
         <param argument="--tsv" type="boolean" checked="false" truevalue="--tsv" falsevalue="" label="Output the information in a single tab-delimited line starting with the graph file"/>
     </inputs>
     <outputs>
b
diff -r 067592b6b312 -r ebe4463404b4 macros.xml
--- a/macros.xml Tue Sep 18 05:41:44 2018 -0400
+++ b/macros.xml Wed May 15 04:11:22 2019 -0400
b
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@TOOL_VERSION@">0.8.1</token>
+    <token name="@TOOL_VERSION@">0.8.1+galaxy0</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">bandage</requirement>