comparison population_structure.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
comparison
equal deleted inserted replaced
3:f810c756a5d6 4:7a94f11fe71f
1 <tool id="gd_population_structure" name="Population" version="1.0.0"> 1 <tool id="gd_population_structure" name="Population" version="1.0.0">
2 <description>structure</description> 2 <description>structure</description>
3 3
4 <command interpreter="python"> 4 <command interpreter="python">
5 population_structure.py "$input" "${input.extra_files_path}/admix.ped" "$output" "$output.extra_files_path" "$populations" 5 population_structure.py "$input" "${input.extra_files_path}/admix.ped" "$output" "$output.files_path" "$populations"
6 </command> 6 </command>
7 7
8 <inputs> 8 <inputs>
9 <param name="input" type="data" format="wped" label="Dataset" /> 9 <param name="input" type="data" format="wped" label="Dataset" />
10 <param name="populations" type="integer" min="1" value="2" label="Number of populations" /> 10 <param name="populations" type="integer" min="1" value="2" label="Number of populations" />