Skip to content

Commit

Permalink
Merge branch 'v1.2.0' into 'dev'
Browse files Browse the repository at this point in the history
Bump v1.2.0 / xmas template update

See merge request epi2melabs/workflows/wf-aav-qc!175
  • Loading branch information
nrhorner committed Dec 13, 2024
2 parents 26ab931 + d08916f commit 473a4f5
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
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)

## [Unrelease]
## [v1.2.0]
### Updated
- Diagrams in the README describing AAV genome types.

## [Unreleased]
### Fixed
- Rounding issues in genome structures table.
- ITR locations can be specified in a BED file with `--transgene_bed`.
Expand Down
Empty file modified bin/workflow_glue/__init__.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/aav_structures.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_bam_headers_in_dir.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_sample_sheet.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_xam_index.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/configure_igv.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/contamination.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/get_max_depth_locus.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/mask_itrs.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/reheader_samstream.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/report.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/structure_definitions.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/tests/__init__.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/tests/data/AAV8_new.bed
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified bin/workflow_glue/tests/data/structures.yaml
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/tests/test_aav_structures.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/tests/test_mask_itrs.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/tests/test_test.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/tests/test_truncations.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/truncations.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/util.py
100755 → 100644
Empty file.
2 changes: 2 additions & 0 deletions lib/common.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import groovy.json.JsonBuilder

process getParams {
label "wf_common"
publishDir "${params.out_dir}", mode: 'copy', pattern: "params.json"
cache false
cpus 1
memory "2 GB"
output:
Expand Down
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ process get_ref_names {

process getParams {
label "wf_aav"
cache false
cpus 1
memory "2 GB"
output:
Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ params {
"--ref_transgene_plasmid 'wf-aav-qc-demo/transgene.fasta'"
]
container_sha = "sha9b4b07df083ba71262da90933ce692b9ae0154ee"
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
common_sha = "shabadd33adae761be6f2d59c6ecfb44b19cf472cfc"
container_sha_medaka = "sha3486abaab0d3b90351617eb8622acf2028edb154"
agent = null
}
Expand All @@ -73,7 +73,7 @@ manifest {
description = 'AAV plasmid quality control workflow'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.1.2'
version = 'v1.2.0'
}

// used by default for "standard" (docker) and singularity profiles,
Expand Down

0 comments on commit 473a4f5

Please sign in to comment.