changeset 2:37e4abc73f46 draft

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/snippy_clean commit 66a9f18802686a105b392e73e82c0078d0cdf2a4"
author dfornika
date Fri, 24 Jan 2020 22:26:09 +0000
parents 20d204462f64
children 9dabd403034f
files snippy_clean_full_aln.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/snippy_clean_full_aln.xml	Fri Jan 24 22:20:11 2020 +0000
+++ b/snippy_clean_full_aln.xml	Fri Jan 24 22:26:09 2020 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <tool id="snippy_clean_full_aln" name="snippy-clean_full_aln" version="@VERSION@+galaxy0">
     <description>
-        Replace any non-standard sequence characters with 'N' in snippy 'core.full.aln' file.
+        Replace any non-standard sequence characters in snippy 'core.full.aln' file.
     </description>
     <macros>
         <import>macros.xml</import>
@@ -16,7 +16,7 @@
 
     <inputs>
         <param name="full_aln" type="data" format="fasta" label="Snippy core.full.aln file" help="" />
-        <param name="replacement_char" type="data" format="text" default="N" label="Replacement character" help="" />
+        <param name="replacement_char" type="text" default="N" label="Replacement character" help="" />
     </inputs>
 
     <outputs>