Skip to content

Commit

Permalink
revert to container v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ATpoint committed Jul 23, 2023
1 parent 03f6f00 commit 4025817
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# v2.2
- trim process will now always output fastp report regardless of `--keep_trim`
- improve documentation
- update software versions in container (v1.2.1)

# v2.1
- input is now a samplesheet indicating sample name and the R1/R2 files plus a group information.
Expand Down
3 changes: 0 additions & 3 deletions CONTAINERLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
Docker images are being built manually on GitPod and then pushed to https://hub.docker.com/r/atpoint/atac_chip_preprocess.
Changes are tracked here.

**v1.2.1:**
- update all software versions

**v1.2.0:**
- update all software versions and run `conda clean` to decrease total image size

Expand Down
2 changes: 1 addition & 1 deletion schema.nf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def Map schema = [:] // don't change this line
schema.title1 = [title: 'GENERAL OPTIONS']
schema.min_nf_version = [value: '23.04.0', type: 'string', mandatory: true, allowed: '']
schema.publishmode = [value: 'copy', type: 'string', mandatory: true, allowed: ['symlink', 'rellink', 'link', 'copy', 'copyNoFollow', 'move']]
schema.container = [value: "atpoint/atac_chip_preprocess:v1.2.1", type: 'string', mandatory: false]
schema.container = [value: "atpoint/atac_chip_preprocess:v1.2.0", type: 'string', mandatory: false]

// Output directories
schema.title1 = [title: 'OUTPUT DIRECTORIES']
Expand Down

0 comments on commit 4025817

Please sign in to comment.