changeset 2:22dc61eaed53 draft

Uploaded
author mvdbeek
date Wed, 15 Apr 2015 06:38:06 -0400
parents 10a0153b74d1
children 3dcce035dd6c
files generate_sliding_windows.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/generate_sliding_windows.xml	Wed Apr 15 06:36:20 2015 -0400
+++ b/generate_sliding_windows.xml	Wed Apr 15 06:38:06 2015 -0400
@@ -8,7 +8,7 @@
     </stdio>
 
     <command interpreter="python"><![CDATA[
-        generate_sliding_windows.py --input "$input1" --output "$output1" --window $window --step $step
+        generate_sliding_windows.py --input "$input" --output "$output1" --window $window --step $step
     ]]></command>
     <inputs>
         <param type="data" name="input" label="input fasta file" help="select fasta file for which you wish to generate a multi-fasta file in a sliding window fashion" format="fasta" />