Mercurial > repos > iuc > bandage
changeset 1:ebe4463404b4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit 5badd53c6fdaf43796ffacff94852356696d30d0
author | iuc |
---|---|
date | Wed, 15 May 2019 04:11:22 -0400 |
parents | 067592b6b312 |
children | 58124285e462 |
files | bandage_image.xml bandage_info.xml macros.xml |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bandage_image.xml Tue Sep 18 05:41:44 2018 -0400 +++ b/bandage_image.xml Wed May 15 04:11:22 2019 -0400 @@ -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?">
--- a/bandage_info.xml Tue Sep 18 05:41:44 2018 -0400 +++ b/bandage_info.xml Wed May 15 04:11:22 2019 -0400 @@ -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>
--- a/macros.xml Tue Sep 18 05:41:44 2018 -0400 +++ b/macros.xml Wed May 15 04:11:22 2019 -0400 @@ -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>