Skip to content

Commit

Permalink
rescue more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jan 29, 2025
1 parent 6771d4f commit ada3208
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
19 changes: 13 additions & 6 deletions tests/alignment_to_fastq.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Run with profile test,alignment_to_fastq": {
"content": [
27,
25,
{
"BCFTOOLS_STATS": {
"bcftools": 1.2
Expand Down Expand Up @@ -223,6 +223,10 @@
"preprocessing/recalibrated/test/test.recal.bam",
"preprocessing/recalibrated/test/test.recal.bam.bai",
"reference",
"reference/intervals",
"reference/intervals/GRCh38_chr22.bed.gz",
"reference/intervals/chr22_1-40001.bed",
"reference/intervals/chr22_1-40001.bed.gz",
"reports",
"reports/bcftools",
"reports/bcftools/strelka",
Expand Down Expand Up @@ -306,6 +310,9 @@
"samtools-stats-dp.txt:md5,c94f4d3ffa3f510552f90e173fdd9f9d",
"samtools_alignment_plot.txt:md5,717f499a3543e7ee4c7a8454bf80aeca",
"vcftools_tstv_by_count.txt:md5,50efc5214fe2c39f21efb66a710d2ed6",
"GRCh38_chr22.bed.gz:md5,87a15eb9c2ff20ccd5cd8735a28708f7",
"chr22_1-40001.bed:md5,87a15eb9c2ff20ccd5cd8735a28708f7",
"chr22_1-40001.bed.gz:md5,87a15eb9c2ff20ccd5cd8735a28708f7",
"test.strelka.variants.bcftools_stats.txt:md5,86bd4938eed920d36f3f5937102a2967",
"test.md.mosdepth.global.dist.txt:md5,b61e1acee11a6ddf7ce3232a5948a6a0",
"test.md.mosdepth.region.dist.txt:md5,1a382f98d488d2ae3df83a0d87caafc1",
Expand All @@ -323,13 +330,13 @@
"test.strelka.variants.TsTv.count:md5,fa27f678965b7cba6a92efcd039f802a"
],
[

]
],
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
"nf-test": "0.9.2",
"nextflow": "24.10.4"
},
"timestamp": "2024-11-09T17:49:40.35031"
"timestamp": "2025-01-29T13:43:14.341569664"
}
}
}
17 changes: 12 additions & 5 deletions tests/tumor-normal-pair.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Run with profile test | --input tests/csv/3.0/fastq_pair.csv": {
"content": [
40,
38,
{
"BCFTOOLS_STATS": {
"bcftools": 1.2
Expand Down Expand Up @@ -217,6 +217,10 @@
"preprocessing/recalibrated/test2/test2.recal.cram",
"preprocessing/recalibrated/test2/test2.recal.cram.crai",
"reference",
"reference/intervals",
"reference/intervals/GRCh38_chr22.bed.gz",
"reference/intervals/chr22_1-40001.bed",
"reference/intervals/chr22_1-40001.bed.gz",
"reports",
"reports/bcftools",
"reports/bcftools/strelka",
Expand Down Expand Up @@ -331,6 +335,9 @@
"samtools-stats-dp.txt:md5,d81e84864ecb732951a137e88d87a263",
"samtools_alignment_plot.txt:md5,e757696d1f7107df2bd4ad92f607272e",
"vcftools_tstv_by_count.txt:md5,9d3f23467779f62d81573894f71ba0d4",
"GRCh38_chr22.bed.gz:md5,87a15eb9c2ff20ccd5cd8735a28708f7",
"chr22_1-40001.bed:md5,87a15eb9c2ff20ccd5cd8735a28708f7",
"chr22_1-40001.bed.gz:md5,87a15eb9c2ff20ccd5cd8735a28708f7",
"test.strelka.variants.bcftools_stats.txt:md5,550430d0b8336ac650b7e50bdfdc914c",
"test2_vs_test.strelka.somatic_indels.bcftools_stats.txt:md5,2ce8bffbfbb88c4da6a5239b11dc2f44",
"test2_vs_test.strelka.somatic_snvs.bcftools_stats.txt:md5,869e2d3a46760e2bea9b2e027002848d",
Expand Down Expand Up @@ -385,9 +392,9 @@
]
],
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
"nf-test": "0.9.2",
"nextflow": "24.10.4"
},
"timestamp": "2024-11-09T18:22:56.125003"
"timestamp": "2025-01-29T13:40:39.382455748"
}
}
}

0 comments on commit ada3208

Please sign in to comment.