Skip to content

Commit

Permalink
update bowtie2 snap
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Jun 26, 2023
1 parent 63d822a commit b764ac4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
12 changes: 6 additions & 6 deletions tests/pipeline/test_aligner_bowtie2.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ nextflow_pipeline {
assertAll(
{ assert workflow.success },
{ assert snapshot(UTILS.removeNextflowVersion("$outputDir")).match("software_versions") },
{ assert snapshot(path("$outputDir/bowtie2/mergedLibrary/SPT5_INPUT_REP1.mLb.clN.sorted.bam"),
path("$outputDir/bowtie2/mergedLibrary/SPT5_INPUT_REP2.mLb.clN.sorted.bam"),
path("$outputDir/bowtie2/mergedLibrary/SPT5_T0_REP1.mLb.clN.sorted.bam"),
path("$outputDir/bowtie2/mergedLibrary/SPT5_T0_REP2.mLb.clN.sorted.bam"),
path("$outputDir/bowtie2/mergedLibrary/SPT5_T15_REP1.mLb.clN.sorted.bam"),
path("$outputDir/bowtie2/mergedLibrary/SPT5_T15_REP2.mLb.clN.sorted.bam")).match("bwa/mergedLibrary/") },
{ assert new File("$outputDir/bowtie2/mergedLibrary/SPT5_INPUT_REP1.mLb.clN.sorted.bam").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/SPT5_INPUT_REP2.mLb.clN.sorted.bam").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/SPT5_T0_REP1.mLb.clN.sorted.bam").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/SPT5_T0_REP2.mLb.clN.sorted.bam").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/SPT5_T15_REP1.mLb.clN.sorted.bam").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/SPT5_T15_REP2.mLb.clN.sorted.bam").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/bigwig/").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/deepTools/").exists() },
{ assert new File("$outputDir/bowtie2/mergedLibrary/macs2/").exists() },
Expand Down
11 changes: 0 additions & 11 deletions tests/pipeline/test_aligner_bowtie2.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b764ac4

Please sign in to comment.