Skip to content

Commit

Permalink
CI fixed, tests still incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanka-surana committed Dec 16, 2022
1 parent 15d6bed commit a21f2e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
4 changes: 0 additions & 4 deletions tests/modules/nf-core/samtools/view/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ workflow test_samtools_view_filter {
qname = Channel.of("testN:2817", "testN:2814").collectFile(name: "readnames.list", newLine: true)

SAMTOOLS_VIEW ( input, fasta, qname )
SAMTOOLS_VIEW.out.bam.view()
SAMTOOLS_VIEW.out.csi.view()
SAMTOOLS_VIEW.out.unoutput.view()
SAMTOOLS_VIEW.out.unoutput_index.view()
}

workflow test_samtools_view_stubs {
Expand Down
21 changes: 5 additions & 16 deletions tests/modules/nf-core/samtools/view/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
- samtools/view
- samtools
files:
- path: output/samtools/test.bam
md5sum: 3d0ebcd0c08721d56088f23cf358b612
- path: output/samtools/versions.yml

- name: samtools view test_samtools_view_cram
Expand All @@ -14,7 +12,6 @@
- samtools/view
- samtools
files:
- path: output/samtools/test.cram
- path: output/samtools/versions.yml

- name: samtools view test_samtools_view_convert
Expand All @@ -23,8 +20,6 @@
- samtools/view
- samtools
files:
- path: output/samtools/test.bam
md5sum: f8dfadd910aeb742c84703c7efb4af0e
- path: output/samtools/versions.yml

- name: samtools view test_samtools_view_index
Expand All @@ -33,8 +28,6 @@
- samtools/view
- samtools
files:
- path: output/samtools/test.bam
md5sum: e0cfe6a07ddd5b24458ff180db22ca51
- path: output/samtools/test.bam.csi
md5sum: 1b47ef166c280537d0dc14b94ccb966f
- path: output/samtools/versions.yml
Expand All @@ -45,14 +38,12 @@
- samtools/view
- samtools
files:
- path: output/samtools/test.bam
md5sum: 671857c7d1418562f983a07f6859f5a0
- path: output/samtools/test.bam.csi
md5sum: 242bd79567706944b4eac4728d46e57e
- path: output/samtools/test.filtered.bam
md5sum: 2fe47de468765dfcc7560eafbba339a9
- path: output/samtools/test.filtered.bam.csi
md5sum: 58aea4d549478af978249161e43b28bb
md5sum: 9d7de0d4ee6e6e0c3e1133022dea1239
- path: output/samtools/test.unoutput.bam
md5sum: 06d8322c2b47594ce3872216ed092de4
- path: output/samtools/test.unoutput.bam.csi
md5sum: df908c888ac28bbdcd57a94758186af5
- path: output/samtools/versions.yml

- name: samtools view test_samtools_view_stubs
Expand All @@ -61,6 +52,4 @@
- samtools/view
- samtools
files:
- path: output/samtools/test.bam
md5sum: 3d0ebcd0c08721d56088f23cf358b612
- path: output/samtools/versions.yml

0 comments on commit a21f2e1

Please sign in to comment.