diff pca.xml @ 4:7a94f11fe71f

change output.extra_files_path to output.files_path
author Richard Burhans <burhans@bx.psu.edu>
date Tue, 10 Apr 2012 11:58:44 -0400
parents 2c498d40ecde
children 9b92372de9f6
line wrap: on
line diff
--- a/pca.xml	Mon Apr 09 16:51:28 2012 -0400
+++ b/pca.xml	Tue Apr 10 11:58:44 2012 -0400
@@ -1,7 +1,7 @@
 <tool id="gd_pca" name="PCA" version="1.0.0">
 
   <command interpreter="python">
-    pca.py "$input" "$input.extra_files_path" "$output" "$output.extra_files_path"
+    pca.py "$input" "$input.extra_files_path" "$output" "$output.files_path"
   </command>
 
   <inputs>