changeset 7:cef2d8f2057d draft

Uploaded
author biomonika
date Wed, 13 Aug 2014 16:10:54 -0400
parents 8ad6592481a0
children fa5992807f7a
files LINKYX_mpileup_wrapper.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/LINKYX_mpileup_wrapper.xml	Wed Aug 13 16:10:54 2014 -0400
@@ -0,0 +1,22 @@
+<tool id="LINKYX_mpileup" name="LINKYX_mpileup">
+      <description>Run mpileup with LINKYX-specific parameters</description>
+      <command interpreter="bash">LINKYX_mpileup_wrapper.sh $output $input $input1</command>
+      <inputs>
+        <param format="bam" name="input" type="data" label="Alignment file"/>
+        <param format="fasta" name="input1" type="data" label="Reference file"/>
+      </inputs>
+      <outputs>
+        <data format="tabular" name="output" />
+      </outputs>
+  
+     <tests>
+       <test>
+        <output name="out_file1" file="alignent_mpileup.txt"/>
+       </test>
+     </tests>
+   
+     <help>
+   This tool tests if primers are present in gorilla female or on human Y or chimp Y chromosome.
+     </help>
+   
+   </tool>
\ No newline at end of file