diff galaxy-conf/DNAPropertyCalculator.xml @ 13:eb53be9a09f4 draft

Uploaded
author timpalpant
date Sat, 19 May 2012 10:36:45 -0400
parents 81d5b81fb3c2
children 3e477c7e0e73
line wrap: on
line diff
--- a/galaxy-conf/DNAPropertyCalculator.xml	Wed Apr 25 16:53:48 2012 -0400
+++ b/galaxy-conf/DNAPropertyCalculator.xml	Sat May 19 10:36:45 2012 -0400
@@ -81,6 +81,21 @@
       </data>
   </outputs>
   
+  <tests>
+    <test>
+      <param name="genomeSource" value="history"/>
+      <param name="ownFile" value="test.fasta"/>
+      <param name="N" value="false"/>
+      <output name="output" file="twist.wig"/>
+  	</test>
+  	<test>
+      <param name="genomeSource" value="history"/>
+      <param name="ownFile" value="test.fasta"/>
+      <param name="N" value="true"/>
+      <output name="output" file="twist.normalized.wig"/>
+  	</test>
+  </tests>
+  
   <help>
 
 This tool will create a new Wig file with genome-wide calculations of sequence-specific DNA properties determined from local n-nucleotide sequences. DNA properties are calculated using AJT_.