Skip to content

Commit 877acf8

Browse files
authored
Template update to v3.2.1 (#37)
* Template update for nf-core/tools version 3.1.1 * template update * Template update for nf-core/tools version 3.2.1 * changelog * changelog prettier
1 parent 2680fcc commit 877acf8

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/download_pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929

3030
jobs:
3131
configure:
32-
runs-on: ubuntu-latest{% raw %}
32+
runs-on: ubuntu-latest
3333
outputs:
3434
REPO_LOWERCASE: ${{ steps.get_repo_properties.outputs.REPO_LOWERCASE }}
3535
REPOTITLE_LOWERCASE: ${{ steps.get_repo_properties.outputs.REPOTITLE_LOWERCASE }}
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "REPO_LOWERCASE=${GITHUB_REPOSITORY,,}" >> "$GITHUB_OUTPUT"
4242
echo "REPOTITLE_LOWERCASE=$(basename ${GITHUB_REPOSITORY,,})" >> "$GITHUB_OUTPUT"
43-
echo "REPO_BRANCH=${{ github.event.inputs.testbranch || 'dev' }}" >> "$GITHUB_OUTPUT{% endraw %}"
43+
echo "REPO_BRANCH=${{ github.event.inputs.testbranch || 'dev' }}" >> "$GITHUB_OUTPUT"
4444
4545
download:
4646
runs-on: ubuntu-latest
@@ -85,10 +85,10 @@ jobs:
8585
--download-configuration 'yes'
8686
8787
- name: Inspect download
88-
run: tree ./${{ needs.configure.outputs.REPOTITLE_LOWERCASE }}{% endraw %}
88+
run: tree ./${{ needs.configure.outputs.REPOTITLE_LOWERCASE }}
8989

9090
- name: Inspect container images
91-
run: tree ./singularity_container_images | tee ./container_initial{% if test_config %}{% raw %}
91+
run: tree ./singularity_container_images | tee ./container_initial
9292

9393
- name: Count the downloaded number of container images
9494
id: count_initial

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lint:
2727
nextflow_config:
2828
- manifest.name
2929
- manifest.homePage
30-
nf_core_version: 3.2.0
30+
nf_core_version: 3.2.1
3131
repository_type: pipeline
3232
template:
3333
author: SusiJo, FriederikeHanssen, famosab

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
- [#34](https://github.com/qbic-pipelines/vcftomaf/pull/34) - Update vcf2maf configuration to adhere to hg38 as reference genome (@famosab)
1515
- [#35](https://github.com/qbic-pipelines/vcftomaf/pull/35) - Template update to 3.2.0 (@famosab)
16+
- [#37](https://github.com/qbic-pipelines/vcftomaf/pull/37) - Template update to 3.2.1 (@famosab)
1617

1718
### `Dependencies`
1819

docs/output.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
7070

7171
[MultiQC](http://multiqc.info) is a visualization tool that generates a single HTML report summarising all samples in your project. Most of the pipeline QC results are visualised in the report and further statistics are available in the report data directory.
7272

73-
Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQC. The pipeline has special steps which also allow the software versions to be reported in the MultiQC output for future traceability. For more information about how to use MultiQC reports, see <http://multiqc.info>.### Pipeline information
73+
Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQC. The pipeline has special steps which also allow the software versions to be reported in the MultiQC output for future traceability. For more information about how to use MultiQC reports, see <http://multiqc.info>.
74+
75+
### Pipeline information
7476

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

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ manifest {
264264

265265
// Nextflow plugins
266266
plugins {
267-
id 'nf-schema@2.3.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
267+
id 'nf-schema@2.2.0' // Validation of pipeline parameters and creation of an input channel from a sample sheet
268268
}
269269

270270
validation {

0 commit comments

Comments
 (0)