Skip to content

Commit 4414609

Browse files
authored
Merge pull request #1396 from deeptools/planemo_tests
Planemo tests
2 parents 3df381c + 6dcacb2 commit 4414609

17 files changed

+484
-479
lines changed

galaxy/wrapper/bamCompare.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<param name="type" value="ratio"/>
199199
<output name="outFileName" file="bamCompare_result2.bw" ftype="bigwig"/>
200200
</test>
201-
<!-- Test with BAM and CRAM file as input-->
201+
<!-- Test with BAM and CRAM file as input
202202
<test expect_num_outputs="1">
203203
<param name="bamFile1" value="testA.bam" ftype="bam"/>
204204
<param name="bamFile2" value="testA.cram" ftype="cram"/>
@@ -212,8 +212,8 @@
212212
<has_text_matching expression="chr_cigar\t0\t200\t1"/>
213213
</assert_contents>
214214
</output>
215-
</test>
216-
<!-- Test with BAM and CRAM files and substract option-->
215+
</test> -->
216+
<!-- Test with BAM and CRAM files and substract option. This is disabled for now.
217217
<test expect_num_outputs="1">
218218
<param name="bamFile1" value="testA.bam" ftype="bam"/>
219219
<param name="bamFile2" value="testA.cram" ftype="cram"/>
@@ -227,7 +227,7 @@
227227
<has_text_matching expression="chr_cigar\t0\t200\t0"/>
228228
</assert_contents>
229229
</output>
230-
</test>
230+
</test> -->
231231
<!-- Test with BAM files with pseudocounts-->
232232
<test expect_num_outputs="1">
233233
<param name="bamFile1" value="testA.bam" ftype="bam"/>
@@ -240,9 +240,9 @@
240240
<output name="outFileName" ftype="bedgraph">
241241
<assert_contents>
242242
<has_text_matching expression="3R\t0\t50\t1"/>
243-
<has_text_matching expression="3R\t50\t100\t0.571429"/>
244-
<has_text_matching expression="3R\t100\t150\t1.14286"/>
245-
<has_text_matching expression="3R\t150\t200\t0.8"/>
243+
<has_text_matching expression="3R\t50\t100\t0.67"/>
244+
<has_text_matching expression="3R\t100\t150\t1.33"/>
245+
<has_text_matching expression="3R\t150\t200\t1"/>
246246
</assert_contents>
247247
</output>
248248
</test>
@@ -257,9 +257,9 @@
257257
<param name="skipZeroOverZero" value="--skipZeroOverZero"/>
258258
<output name="outFileName" ftype="bedgraph">
259259
<assert_contents>
260-
<has_text_matching expression="3R\t50\t100\t0.571429"/>
261-
<has_text_matching expression="3R\t100\t150\t1.14286"/>
262-
<has_text_matching expression="3R\t150\t200\t0.8"/>
260+
<has_text_matching expression="3R\t50\t100\t0.67"/>
261+
<has_text_matching expression="3R\t100\t150\t1.33"/>
262+
<has_text_matching expression="3R\t150\t200\t1"/>
263263
</assert_contents>
264264
</output>
265265
</test>
@@ -274,8 +274,8 @@
274274
<param name="skipNAs" value="true"/>
275275
<output name="outFileName" ftype="bedgraph">
276276
<assert_contents>
277-
<has_text_matching expression="3R\t100\t150\t1.14286"/>
278-
<has_text_matching expression="3R\t150\t200\t0.8"/>
277+
<has_text_matching expression="3R\t100\t150\t1.33"/>
278+
<has_text_matching expression="3R\t150\t200\t1"/>
279279
</assert_contents>
280280
</output>
281281
</test>
-105 Bytes
Binary file not shown.
15 Bytes
Binary file not shown.
31 Bytes
Binary file not shown.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
chrM 0 210 9.76876e+06
2-
chrM 210 220 9.56092e+06
3-
chrM 220 230 7.6903e+06
4-
chrM 230 240 5.19615e+06
5-
chrM 240 250 3.32554e+06
6-
chrM 250 260 623538
1+
chrM 0 210 9768765
2+
chrM 210 220 9560919
3+
chrM 220 230 7690304.5
4+
chrM 230 240 5196151.5
5+
chrM 240 250 3325537
6+
chrM 250 260 623538.2
77
chrM 260 16569 0

0 commit comments

Comments
 (0)