changeset 3:ba460f482c35 draft

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/artic_align_trim commit 374121821497c96c8450afda266951c2f431ba11-dirty"
author dfornika
date Tue, 10 Mar 2020 22:35:31 +0000
parents 8bcfa2bb56cd
children f09154638542
files artic_align_trim.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/artic_align_trim.xml	Tue Mar 10 22:27:23 2020 +0000
+++ b/artic_align_trim.xml	Tue Mar 10 22:35:31 2020 +0000
@@ -15,8 +15,8 @@
         samtools sort - -o '${trimmed_sorted_alignment}' 
     ]]></command>
     <inputs>
-        <input name="input_alignment" type="data" format="bam"/>
-        <param name="primer_scheme_bedfile" type="select" format="bed">
+        <param name="input_alignment" type="data" format="bam" label="Input Alignment"/>
+        <param name="primer_scheme_bedfile" type="select" format="bed" label="Primer Scheme">
 	    <options from_data_table="primer_scheme_bedfiles">
 	        <validator type="no_options" message="No primer scheme .bed files are available" />
             </options>