changeset 11:cf953fb3f0c0 draft

Fix cheetah
author iracooke
date Wed, 20 May 2015 01:59:41 -0400
parents 76301c798bd3
children f6fd2798879a
files spectrast_filter.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/spectrast_filter.xml	Wed May 20 01:55:40 2015 -0400
+++ b/spectrast_filter.xml	Wed May 20 01:59:41 2015 -0400
@@ -12,17 +12,17 @@
     </stdio>
 
 	<command>
-        spectrast_filter.rb
+        spectrast_filter.rb  --merge $merge
+
 
         #for $splib_file in $splib_files:
-        ${splib_file.extra_files_path/library.splib}
+        ${splib_file.extra_files_path}/library.splib
         #end for
 
-        --merge $merge
 
         --replicates $replicates
 
-        -o 'library';
+        -o library;
 
         mkdir -p ${output.extra_files_path};