|
1 | 1 | {
|
2 | 2 | "-profile test --input tests/csv/3.0/mapped_single_bam.csv --step recalibrate --tools null": {
|
3 | 3 | "content": [
|
4 |
| - 6, |
| 4 | + 9, |
5 | 5 | {
|
6 | 6 | "CREATE_INTERVALS_BED": {
|
7 | 7 | "gawk": "5.1.0"
|
|
12 | 12 | "GATK4_INTERVALLISTTOBED": {
|
13 | 13 | "gatk4": "4.6.1.0"
|
14 | 14 | },
|
| 15 | + "INDEX_CRAM": { |
| 16 | + "samtools": 1.21 |
| 17 | + }, |
| 18 | + "MOSDEPTH": { |
| 19 | + "mosdepth": "0.3.10" |
| 20 | + }, |
| 21 | + "SAMTOOLS_STATS": { |
| 22 | + "samtools": 1.21 |
| 23 | + }, |
15 | 24 | "TABIX_BGZIPTABIX_INTERVAL_COMBINED": {
|
16 | 25 | "tabix": 1.21
|
17 | 26 | },
|
|
21 | 30 | },
|
22 | 31 | [
|
23 | 32 | "csv",
|
| 33 | + "csv/recalibrated.csv", |
24 | 34 | "multiqc",
|
25 | 35 | "multiqc/multiqc_data",
|
26 | 36 | "multiqc/multiqc_data/BETA-multiqc.parquet",
|
27 | 37 | "multiqc/multiqc_data/llms-full.txt",
|
| 38 | + "multiqc/multiqc_data/mosdepth-coverage-per-contig-single.txt", |
| 39 | + "multiqc/multiqc_data/mosdepth-cumcoverage-dist-id.txt", |
| 40 | + "multiqc/multiqc_data/mosdepth_cov_dist.txt", |
| 41 | + "multiqc/multiqc_data/mosdepth_cumcov_dist.txt", |
| 42 | + "multiqc/multiqc_data/mosdepth_perchrom.txt", |
28 | 43 | "multiqc/multiqc_data/multiqc.log",
|
29 | 44 | "multiqc/multiqc_data/multiqc_citations.txt",
|
30 | 45 | "multiqc/multiqc_data/multiqc_data.json",
|
| 46 | + "multiqc/multiqc_data/multiqc_general_stats.txt", |
| 47 | + "multiqc/multiqc_data/multiqc_samtools_stats.txt", |
31 | 48 | "multiqc/multiqc_data/multiqc_software_versions.txt",
|
32 | 49 | "multiqc/multiqc_data/multiqc_sources.txt",
|
| 50 | + "multiqc/multiqc_data/samtools-stats-dp.txt", |
| 51 | + "multiqc/multiqc_data/samtools_alignment_plot.txt", |
| 52 | + "multiqc/multiqc_plots", |
| 53 | + "multiqc/multiqc_plots/pdf", |
| 54 | + "multiqc/multiqc_plots/pdf/mosdepth-coverage-per-contig-single-cnt.pdf", |
| 55 | + "multiqc/multiqc_plots/pdf/mosdepth-coverage-per-contig-single-pct.pdf", |
| 56 | + "multiqc/multiqc_plots/pdf/mosdepth-cumcoverage-dist-id.pdf", |
| 57 | + "multiqc/multiqc_plots/pdf/samtools-stats-dp.pdf", |
| 58 | + "multiqc/multiqc_plots/pdf/samtools_alignment_plot-cnt.pdf", |
| 59 | + "multiqc/multiqc_plots/pdf/samtools_alignment_plot-pct.pdf", |
| 60 | + "multiqc/multiqc_plots/png", |
| 61 | + "multiqc/multiqc_plots/png/mosdepth-coverage-per-contig-single-cnt.png", |
| 62 | + "multiqc/multiqc_plots/png/mosdepth-coverage-per-contig-single-pct.png", |
| 63 | + "multiqc/multiqc_plots/png/mosdepth-cumcoverage-dist-id.png", |
| 64 | + "multiqc/multiqc_plots/png/samtools-stats-dp.png", |
| 65 | + "multiqc/multiqc_plots/png/samtools_alignment_plot-cnt.png", |
| 66 | + "multiqc/multiqc_plots/png/samtools_alignment_plot-pct.png", |
| 67 | + "multiqc/multiqc_plots/svg", |
| 68 | + "multiqc/multiqc_plots/svg/mosdepth-coverage-per-contig-single-cnt.svg", |
| 69 | + "multiqc/multiqc_plots/svg/mosdepth-coverage-per-contig-single-pct.svg", |
| 70 | + "multiqc/multiqc_plots/svg/mosdepth-cumcoverage-dist-id.svg", |
| 71 | + "multiqc/multiqc_plots/svg/samtools-stats-dp.svg", |
| 72 | + "multiqc/multiqc_plots/svg/samtools_alignment_plot-cnt.svg", |
| 73 | + "multiqc/multiqc_plots/svg/samtools_alignment_plot-pct.svg", |
33 | 74 | "multiqc/multiqc_report.html",
|
34 | 75 | "pipeline_info",
|
35 | 76 | "pipeline_info/nf_core_sarek_software_mqc_versions.yml",
|
36 | 77 | "preprocessing",
|
37 |
| - "reference" |
| 78 | + "preprocessing/recalibrated", |
| 79 | + "preprocessing/recalibrated/test", |
| 80 | + "preprocessing/recalibrated/test/test.recal.cram", |
| 81 | + "preprocessing/recalibrated/test/test.recal.cram.crai", |
| 82 | + "reference", |
| 83 | + "reports", |
| 84 | + "reports/mosdepth", |
| 85 | + "reports/mosdepth/test", |
| 86 | + "reports/mosdepth/test/test.recal.mosdepth.global.dist.txt", |
| 87 | + "reports/mosdepth/test/test.recal.mosdepth.region.dist.txt", |
| 88 | + "reports/mosdepth/test/test.recal.mosdepth.summary.txt", |
| 89 | + "reports/mosdepth/test/test.recal.regions.bed.gz", |
| 90 | + "reports/mosdepth/test/test.recal.regions.bed.gz.csi", |
| 91 | + "reports/samtools", |
| 92 | + "reports/samtools/test", |
| 93 | + "reports/samtools/test/test.recal.cram.stats" |
38 | 94 | ],
|
39 | 95 | [
|
40 |
| - "multiqc_citations.txt:md5,4c806e63a283ec1b7e78cdae3a923d4f" |
| 96 | + "mosdepth-coverage-per-contig-single.txt:md5,115b9a93bcf511419e6622919172f321", |
| 97 | + "mosdepth-cumcoverage-dist-id.txt:md5,df2fc825dfc41e30f72f5d125a6447ee", |
| 98 | + "mosdepth_perchrom.txt:md5,115b9a93bcf511419e6622919172f321", |
| 99 | + "multiqc_citations.txt:md5,6239b0f0a9736ccaf3baff3014dd585b", |
| 100 | + "samtools-stats-dp.txt:md5,c8deaa643c44fd800cbf14ac35fb7719", |
| 101 | + "samtools_alignment_plot.txt:md5,8908b56b3040f2c53b15591adf93a266", |
| 102 | + "test.recal.mosdepth.global.dist.txt:md5,bdb8f185c35dd1eec7ce2f69bce57972", |
| 103 | + "test.recal.mosdepth.region.dist.txt:md5,f1f1ad86fc280bced1888a5d7d25a3f2", |
| 104 | + "test.recal.mosdepth.summary.txt:md5,32ea70ef1b99def3dc900b4afd513a40", |
| 105 | + "test.recal.regions.bed.gz:md5,07bbc084a889f1cece4307fd00214a6e", |
| 106 | + "test.recal.regions.bed.gz.csi:md5,b3716e5cd1744610e69c29bd4ffad259" |
41 | 107 | ],
|
42 | 108 | "No BAM files",
|
43 |
| - "No CRAM files", |
| 109 | + [ |
| 110 | + "test.recal.cram:md5,463ac3b905fbf4ddf113a94dbfa8d69f" |
| 111 | + ], |
44 | 112 | "No VCF files"
|
45 | 113 | ],
|
46 | 114 | "meta": {
|
47 | 115 | "nf-test": "0.9.2",
|
48 |
| - "nextflow": "25.04.3" |
| 116 | + "nextflow": "25.04.6" |
49 | 117 | },
|
50 |
| - "timestamp": "2025-06-12T16:53:05.463394899" |
| 118 | + "timestamp": "2025-08-18T11:44:29.232705858" |
51 | 119 | },
|
52 | 120 | "-profile test --input tests/csv/3.0/mapped_single_cram.csv --step recalibrate --skip_tools baserecalibrator --tools strelka": {
|
53 | 121 | "content": [
|
|
0 commit comments