Skip to content

Commit

Permalink
Merge pull request nf-cmgg#32 from ToonRosseel/dev
Browse files Browse the repository at this point in the history
bump version 1.2.1
  • Loading branch information
ToonRosseel authored Jan 7, 2025
2 parents d748611 + 08b5b33 commit ea2f61a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.2.1dev
## v1.2.1 Lunatic Lamkel Zé [2025-01-07]

### `Improvements`

Expand Down
2 changes: 1 addition & 1 deletion assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-cmgg/exomecnv/tree/dev" target="_blank">nf-cmgg/exomecnv</a>
This report has been generated by the <a href="https://github.com/nf-cmgg/exomecnv/releases/tag/1.2.1" target="_blank">nf-cmgg/exomecnv</a>
analysis pipeline.
report_section_order:
"nf-cmgg-exomecnv-methods-description":
Expand Down
10 changes: 1 addition & 9 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d

### Cram Prepare

If CRAM/CRAI files were provided in the samplesheet, they will be converted into BAM/BAI first before continuing with the pipeline. If the directive `publishDir` option `enabled` is set to `true` (default: `false`) , the BAM/BAI are in the output folder (subfolder `bam/`).

<details markdown="1">
<summary>Output files</summary>

- `bam/`
- `<sample>.bam`: BAM file
- `<sample>.bam.bai`: BAI index file
</details>
If CRAM/CRAI files were provided in the samplesheet, they will be converted into BAM/BAI first before continuing with the pipeline.

### ExomeDepth count

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ manifest {
description = """A nextflow pipeline for calling exome CNVs"""
mainScript = 'main.nf'
nextflowVersion = '!>=24.10.0'
version = '1.2.1dev'
version = '1.2.1'
doi = ''
}

Expand Down
6 changes: 3 additions & 3 deletions tests/pipeline/annotate/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tabix": 1.2
},
"Workflow": {
"nf-cmgg/exomecnv": "v1.2.1dev"
"nf-cmgg/exomecnv": "v1.2.1"
}
},
[
Expand Down Expand Up @@ -198,7 +198,7 @@
"samplesheet.csv:md5,c759d9162a7bf9ad1d3eba088ecd46bf"
],
[

]
],
"meta": {
Expand All @@ -207,4 +207,4 @@
},
"timestamp": "2024-11-27T08:44:26.575986"
}
}
}
6 changes: 3 additions & 3 deletions tests/pipeline/callers/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tabix": 1.2
},
"Workflow": {
"nf-cmgg/exomecnv": "v1.2.1dev"
"nf-cmgg/exomecnv": "v1.2.1"
}
},
[
Expand Down Expand Up @@ -157,7 +157,7 @@
"tabix": 1.2
},
"Workflow": {
"nf-cmgg/exomecnv": "v1.2.1dev"
"nf-cmgg/exomecnv": "v1.2.1"
}
},
[
Expand Down Expand Up @@ -254,4 +254,4 @@
},
"timestamp": "2024-11-27T08:55:14.228024"
}
}
}
4 changes: 2 additions & 2 deletions tests/pipeline/default/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
1,
{
"Workflow": {
"nf-cmgg/exomecnv": "v1.2.1dev"
"nf-cmgg/exomecnv": "v1.2.1"
}
},
[
Expand All @@ -30,4 +30,4 @@
},
"timestamp": "2024-11-27T08:41:45.372688"
}
}
}

0 comments on commit ea2f61a

Please sign in to comment.