Mercurial > repos > miller-lab > genome_diversity
diff select_snps.xml @ 7:e29f4d801bb0
change wsf -> snp; wpf -> sap
author | Richard Burhans <burhans@bx.psu.edu> |
---|---|
date | Wed, 18 Apr 2012 11:12:21 -0400 |
parents | 2c498d40ecde |
children | 9b92372de9f6 |
line wrap: on
line diff
--- a/select_snps.xml Tue Apr 10 13:51:19 2012 -0400 +++ b/select_snps.xml Wed Apr 18 11:12:21 2012 -0400 @@ -35,15 +35,15 @@ </inputs> <outputs> - <data format="wsf" name="output" metadata_source="input"/> + <data format="snp" name="output" metadata_source="input"/> </outputs> <tests> <test> - <param name="input" value="test_in/sample.wsf" ftype="wsf"/> + <param name="input" value="test_in/sample.snp" ftype="snp"/> <param name="num_snps" value="100"/> <param name="choice" value="0"/> - <output name="output" file="test_out/select_snps/select_snps.wsf" /> + <output name="output" file="test_out/select_snps/select_snps.snp" /> </test> </tests>