Mercurial > repos > dfornika > cgview
changeset 3:4d65b79b638d draft
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/cgview commit 423cf96266f6ac433052ff72edb1397502313010-dirty
author | dfornika |
---|---|
date | Mon, 08 Jul 2019 22:34:01 -0400 |
parents | 90a4e07dd055 |
children | 5542de6121ac |
files | cgview_xml_builder.xml |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cgview_xml_builder.xml Mon Jul 08 20:58:05 2019 -0400 +++ b/cgview_xml_builder.xml Mon Jul 08 22:34:01 2019 -0400 @@ -6,12 +6,14 @@ <command detect_errors="exit_code"> <![CDATA[ cgview_xml_builder.pl - -sequence '${input}' + -sequence '${reference}' + -blast '${blast_output}' -output '${output}' ]]> </command> <inputs> - <param name="input" type="data" format="genbank" label="Input" help=""/> + <param name="reference" type="data" format="genbank,fasta" label="Input" help=""/> + <param name="blast_output" type="data" format="tabular" /> </inputs> <outputs> <data name="output" format="xml"/>