Mercurial > repos > miller-lab > genome_diversity
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:f810c756a5d6 | 4:7a94f11fe71f |
---|---|
1 <tool id="gd_pca" name="PCA" version="1.0.0"> | 1 <tool id="gd_pca" name="PCA" version="1.0.0"> |
2 | 2 |
3 <command interpreter="python"> | 3 <command interpreter="python"> |
4 pca.py "$input" "$input.extra_files_path" "$output" "$output.extra_files_path" | 4 pca.py "$input" "$input.extra_files_path" "$output" "$output.files_path" |
5 </command> | 5 </command> |
6 | 6 |
7 <inputs> | 7 <inputs> |
8 <param name="input" type="data" format="wped" label="Dataset" /> | 8 <param name="input" type="data" format="wped" label="Dataset" /> |
9 </inputs> | 9 </inputs> |