Mercurial > repos > miller-lab > genome_diversity
comparison pca.xml @ 27:8997f2ca8c7a
Update to Miller Lab devshed revision bae0d3306d3b
author | Richard Burhans <burhans@bx.psu.edu> |
---|---|
date | Mon, 15 Jul 2013 10:47:35 -0400 |
parents | 95a05c1ef5d5 |
children | a631c2f6d913 |
comparison
equal
deleted
inserted
replaced
26:91e835060ad2 | 27:8997f2ca8c7a |
---|---|
1 <tool id="gd_pca" name="PCA" version="1.0.0"> | 1 <tool id="gd_pca" name="PCA" version="1.0.0"> |
2 <description>: Principal Components Analysis of genotype data</description> | 2 <description>: Principal Components Analysis of genotype data</description> |
3 | 3 |
4 <command interpreter="python"> | 4 <command interpreter="python"> |
5 pca.py "$input" "$input.extra_files_path" "$output" "$output.files_path" | 5 pca.py '$input' '$input.extra_files_path' '$output' '$output.files_path' |
6 </command> | 6 </command> |
7 | 7 |
8 <inputs> | 8 <inputs> |
9 <param name="input" type="data" format="gd_ped" label="Dataset" /> | 9 <param name="input" type="data" format="gd_ped" label="Dataset" /> |
10 </inputs> | 10 </inputs> |