Skip to content

Commit

Permalink
Merge pull request #116 from genomic-medicine-sweden/dev
Browse files Browse the repository at this point in the history
Patch release 2.0.1 - Grinch
  • Loading branch information
Lucpen authored Apr 26, 2024
2 parents 9aea9e8 + 580c142 commit fa9e1f5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
env:
NXF_SINGULARITY_CACHEDIR: ./
NXF_SINGULARITY_HOME_MOUNT: true
run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results
run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) --skip_drop_as true --skip_drop_ae true -stub -profile test,singularity --outdir ./results
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,24 @@ Parameter has been added if just the new parameter information is present.
Parameter has been removed if new parameter information isn't present.
:::

## 2.0.1 - [XXXX-XX-XX]
## 2.0.2 - [XXXX-XX-XX]

### `Added`

### `Fixed`

### `Parameters`

## 2.0.1 - Grinch [2024-04-25]

### `Added`

### `Fixed`

- Vep annotated research results will be published [#115](https://github.com/genomic-medicine-sweden/tomte/pull/115)

### `Parameters`

## 2.0.0 - Santa [2024-04-19]

### `Added`
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/genomic-medicine-sweden/tomte/releases/tag/2.0.0" target="_blank">genomic-medicine-sweden/tomte</a>
This report has been generated by the <a href="https://github.com/genomic-medicine-sweden/tomte/releases/tag/2.0.1" target="_blank">genomic-medicine-sweden/tomte</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://github.com/genomic-medicine-sweden/tomte/blob/master/docs/output.md" target="_blank">documentation</a>.
report_section_order:
Expand Down
5 changes: 5 additions & 0 deletions conf/modules/annotate_snv.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ process {
withName: '.*ANNOTATE_SNV:RENAME_FILES' {
ext.when = { (!params.skip_vep) }
ext.prefix = { "${meta.id}_vep_${meta.set}" }
publishDir = [
path: { "${params.outdir}/annotate_vep" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: '.*ANNOTATE_SNV:TABIX_TABIX' {
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ manifest {
description = """Pipeline to analyse RNAseq from raredisease patients"""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.0.0'
version = '2.0.1'
doi = '10.5281/zenodo.10828946'
}

Expand Down

0 comments on commit fa9e1f5

Please sign in to comment.