diff average_fst.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/average_fst.xml	Tue Apr 10 13:51:19 2012 -0400
+++ b/average_fst.xml	Wed Apr 18 11:12:21 2012 -0400
@@ -15,7 +15,7 @@
   </command>
 
   <inputs>
-    <param name="input" type="data" format="wsf" label="SNP table" />
+    <param name="input" type="data" format="snp" label="SNP table" />
     <param name="p1_input" type="data" format="ind" label="Population 1 individuals" />
     <param name="p2_input" type="data" format="ind" label="Population 2 individuals" />
 
@@ -61,7 +61,7 @@
 
   <tests>
     <test>
-      <param name="input" value="test_in/sample.wsf" ftype="wsf" />
+      <param name="input" value="test_in/sample.snp" ftype="snp" />
       <param name="p1_input" value="test_in/a.ind" ftype="ind" />
       <param name="p2_input" value="test_in/b.ind" ftype="ind" />
       <param name="ds_choice" value="0" />