changeset 3:0f665cf63c02 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chewbbaca commit 071e014d347109e5c18cc50595498d3d43ef0323-dirty"
author dfornika
date Wed, 03 Jun 2020 00:36:51 +0000
parents 6a7d52785b70
children 8fc9d4a7b209
files chewbbaca_prepexternalschema.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chewbbaca_prepexternalschema.xml	Tue Jun 02 23:35:22 2020 +0000
+++ b/chewbbaca_prepexternalschema.xml	Wed Jun 03 00:36:51 2020 +0000
@@ -5,7 +5,7 @@
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
         mkdir input_files &&
-        #for $f in in str( $input_fasta ).split(','):
+        #for $f in str( $input_fasta ).split(','):
           #set $filename = os.path.basename( str($f) ).replace(".dat", "")
           ln -s ${f} input_files/${filename}.fasta
         #end for