changeset 8:48161d4bd762 draft

Uploaded
author jeltje
date Mon, 12 Jan 2015 14:57:42 -0500
parents 0af969737b28
children 97b524d88b36
files samtools_flagstat.xml samtools_mpileup.xml
diffstat 2 files changed, 29 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/samtools_flagstat.xml	Mon Jan 12 14:55:50 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<tool id="samtools_0_1_18_mpileup" name="mpileup" version="1.0.0">
-  <requirements>
-      <requirement type="package" version="0.1.18">samtools</requirement>
-  </requirements>
-  <description>creates mpileup for VarScan2</description>
-  <command>samtools mpileup -q 1 "$input1" "$input2" > "$output1"
-  </command>
-  <inputs>
-    <param name="input1" type="data" format="bam" label="BAM File" />
-    <param name="input2" type="data" format="bam" label="BAM File" />
-  </inputs>
-  <outputs>
-    <data name="output1" format="txt" />
-  </outputs>
-<!--
-  <tests>
-    <test>
-      <param name="input1" value="unsorted.bam" ftype="bam" />
-      <output name="output1" file="samtools_flagstat_out1.txt" />
-    </test>
-  </tests>
--->
-  <help>
-
-This tool runs the mpileup command of samtools 0.1.18
-with flags -q 1 -B
-
-  </help>
-</tool>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/samtools_mpileup.xml	Mon Jan 12 14:57:42 2015 -0500
@@ -0,0 +1,29 @@
+<tool id="samtools_0_1_18_mpileup" name="mpileup" version="1.0.0">
+  <requirements>
+      <requirement type="package" version="0.1.18">samtools</requirement>
+  </requirements>
+  <description>creates mpileup for VarScan2</description>
+  <command>samtools mpileup -q 1 -B "$input1" "$input2" > "$output1"
+  </command>
+  <inputs>
+    <param name="input1" type="data" format="bam" label="BAM File" />
+    <param name="input2" type="data" format="bam" label="BAM File" />
+  </inputs>
+  <outputs>
+    <data name="output1" format="txt" />
+  </outputs>
+<!--
+  <tests>
+    <test>
+      <param name="input1" value="unsorted.bam" ftype="bam" />
+      <output name="output1" file="samtools_flagstat_out1.txt" />
+    </test>
+  </tests>
+-->
+  <help>
+
+This tool runs the mpileup command of samtools 0.1.18
+with flags -q 1 -B
+
+  </help>
+</tool>