changeset 6:3cf02aa1001b

Uploaded
author biomonika
date Sun, 24 Aug 2014 22:56:43 -0400
parents e9657d6ba0ac
children 2e1f6f189689
files test_dependency.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test_dependency.xml	Sun Aug 24 22:56:43 2014 -0400
@@ -0,0 +1,22 @@
+<tool id="test_dependency" name="test_dependency">
+      <description>Test toolshed dependency</description>
+      <command interpreter="bash">test_dependency.sh $output $input1 $input2</command>
+      <inputs>
+        <param format="fastq" name="input1" type="data" label="Fake left reads"/>
+        <param format="fastq" name="input2" type="data" label="Fake right reads"/>
+      </inputs>
+      <outputs>
+        <data format="fasta" name="output" />
+      </outputs>
+  
+     <tests>
+       <test>
+        <output name="out_file1" file="Y_results.txt"/>
+       </test>
+     </tests>
+   
+     <help>
+   Test dependency
+     </help>
+   
+   </tool>
\ No newline at end of file