Skip to content

Commit

Permalink
Merge pull request #391 from JoseEspinosa/updates
Browse files Browse the repository at this point in the history
Get rid of lib to merge tools v2.14.1
  • Loading branch information
bjlang authored Jul 1, 2024
2 parents 13e8e6d + 3862170 commit 121b0ec
Show file tree
Hide file tree
Showing 48 changed files with 2,371 additions and 1,149 deletions.
5 changes: 5 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ lint:
- config_defaults:
- params.bamtools_filter_se_config
- params.bamtools_filter_pe_config
files_unchanged:
- .github/CONTRIBUTING.md
- .github/workflows/branch.yml
- .github/workflows/linting_comment.yml
- .github/workflows/linting.yml
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated pipeline template to [nf-core/tools 2.10](https://github.com/nf-core/tools/releases/tag/2.10).
- [[#367](https://github.com/nf-core/chipseq/issues/367)] - Get rid of `CheckIfExists` for params paths.
- [[#370](https://github.com/nf-core/chipseq/issues/370)] - Fix stack overflow exceptions in phantompeakqualtools ([see here](https://github.com/kundajelab/phantompeakqualtools/issues/3)).
- [[PR #391](https://github.com/nf-core/chipseq/pull/391)] - Get rid of the `lib` folder and rearrange the pipeline accordingly.

### Software dependencies

Expand Down
3 changes: 0 additions & 3 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,4 @@ process {
errorStrategy = 'retry'
maxRetries = 2
}
withName:CUSTOM_DUMPSOFTWAREVERSIONS {
cache = false
}
}
8 changes: 0 additions & 8 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ process {
]
}

withName: CUSTOM_DUMPSOFTWAREVERSIONS {
publishDir = [
path: { "${params.outdir}/pipeline_info" },
mode: params.publish_dir_mode,
pattern: '*_versions.yml'
]
}

withName: 'KHMER_UNIQUEKMERS' {
publishDir = [ enabled: false ]
}
Expand Down
356 changes: 0 additions & 356 deletions lib/NfcoreTemplate.groovy

This file was deleted.

47 changes: 0 additions & 47 deletions lib/Utils.groovy

This file was deleted.

156 changes: 0 additions & 156 deletions lib/WorkflowChipseq.groovy

This file was deleted.

84 changes: 0 additions & 84 deletions lib/WorkflowMain.groovy

This file was deleted.

Loading

0 comments on commit 121b0ec

Please sign in to comment.