Skip to content

Commit

Permalink
test: Skip preseq in BWA test
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 22, 2024
1 parent cc8cc7e commit 0319bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
3 changes: 2 additions & 1 deletion workflows/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ nextflow_pipeline {
// path("$outputDir/gtf2bed").list(),
path("$outputDir/homer/cd4.bed"),
path("$outputDir/homer/jurkat.bed"),
path("$outputDir/preseq").list(),
// FIXME https://github.com/nf-core/nascent/issues/148
// path("$outputDir/preseq").list(),
// path("$outputDir/rseqc").list(),
path("$outputDir/samtools").list(),
).match()
Expand Down
22 changes: 1 addition & 21 deletions workflows/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,6 @@
],
"cd4.bed:md5,ab94918610a560772fdbec591200295f",
"jurkat.bed:md5,41908723fa423a78476feb2e7627a3a4",
[
"cd4_REP1.c_curve.txt:md5,cf4743abdd355595d6ec1fb3f38e66e5",
"cd4_REP1.command.log:md5,d41d8cd98f00b204e9800998ecf8427e",
"cd4_REP1.lc_extrap.txt:md5,6d0e7f782f34ee54213c022cbe19df5b",
"cd4_REP2.c_curve.txt:md5,cf4743abdd355595d6ec1fb3f38e66e5",
"cd4_REP2.command.log:md5,d41d8cd98f00b204e9800998ecf8427e",
"cd4_REP2.lc_extrap.txt:md5,6aac6dd78dfd85a18fadd20be7377019",
"cd4_REP3.c_curve.txt:md5,cf4743abdd355595d6ec1fb3f38e66e5",
"cd4_REP3.command.log:md5,19f873f655516fcd40c72e7a9b1fdd9b",
"cd4_REP3.lc_extrap.txt:md5,02c4b0fc0afd282a402a316d44598173",
"cd4_REP4.c_curve.txt:md5,cf4743abdd355595d6ec1fb3f38e66e5",
"cd4_REP4.command.log:md5,d41d8cd98f00b204e9800998ecf8427e",
"cd4_REP4.lc_extrap.txt:md5,9efbab9d2aee791e7e9cae9237f2c500",
"jurkat_REP1.c_curve.txt:md5,cf4743abdd355595d6ec1fb3f38e66e5",
"jurkat_REP1.command.log:md5,d41d8cd98f00b204e9800998ecf8427e",
"jurkat_REP1.lc_extrap.txt:md5,390386e428ce783b3a373a5f60ee912f",
"jurkat_REP2.c_curve.txt:md5,cf4743abdd355595d6ec1fb3f38e66e5",
"jurkat_REP2.command.log:md5,d41d8cd98f00b204e9800998ecf8427e",
"jurkat_REP2.lc_extrap.txt:md5,cfdda91d83dd381dcefdc754e4b4c54c"
],
[
"cd4_REP1.flagstat:md5,863e2d506d5cc4239af98a5f31bbc906",
"cd4_REP1.idxstats:md5,b1dd8bcbd23c53c21f0e11082d9315f2",
Expand Down Expand Up @@ -247,4 +227,4 @@
},
"timestamp": "2024-07-20T11:46:32.845750064"
}
}
}

0 comments on commit 0319bc1

Please sign in to comment.