Mercurial > repos > chrisd > snipfinder
changeset 8:cd01941e9a2d draft
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 28c09b4f410bca86916bb72b91458279cf1160a0-dirty
author | chrisd |
---|---|
date | Wed, 24 Feb 2016 15:16:23 -0500 |
parents | 8aada4b913f3 |
children | 6cf3cccd1891 |
files | variant_caller.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/variant_caller.xml Mon Feb 22 23:59:33 2016 -0500 +++ b/variant_caller.xml Wed Feb 24 15:16:23 2016 -0500 @@ -19,9 +19,9 @@ -out_fp $output1 ]]></command> <inputs> - <param type="data" name="input1" format="fasta" label="Specify fasta file"/> + <param type="data" name="input1" format="fasta" label="Reference sequence"/> <conditional name="sam_type"> - <param name="mode" type="select" label="Specify sam file type"> + <param name="mode" type="select" label="SAM file type"> <option value="single_end"></option> <option value="paired_end"></option> </param>