Skip to content

Commit 121b0ec

Browse files
authored
Merge pull request #391 from JoseEspinosa/updates
Get rid of lib to merge tools v2.14.1
2 parents 13e8e6d + 3862170 commit 121b0ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2371
-1149
lines changed

.nf-core.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ lint:
55
- config_defaults:
66
- params.bamtools_filter_se_config
77
- params.bamtools_filter_pe_config
8+
files_unchanged:
9+
- .github/CONTRIBUTING.md
10+
- .github/workflows/branch.yml
11+
- .github/workflows/linting_comment.yml
12+
- .github/workflows/linting.yml

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Updated pipeline template to [nf-core/tools 2.10](https://github.com/nf-core/tools/releases/tag/2.10).
2424
- [[#367](https://github.com/nf-core/chipseq/issues/367)] - Get rid of `CheckIfExists` for params paths.
2525
- [[#370](https://github.com/nf-core/chipseq/issues/370)] - Fix stack overflow exceptions in phantompeakqualtools ([see here](https://github.com/kundajelab/phantompeakqualtools/issues/3)).
26+
- [[PR #391](https://github.com/nf-core/chipseq/pull/391)] - Get rid of the `lib` folder and rearrange the pipeline accordingly.
2627

2728
### Software dependencies
2829

conf/base.config

-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,4 @@ process {
5757
errorStrategy = 'retry'
5858
maxRetries = 2
5959
}
60-
withName:CUSTOM_DUMPSOFTWAREVERSIONS {
61-
cache = false
62-
}
6360
}

conf/modules.config

-8
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ process {
3030
]
3131
}
3232

33-
withName: CUSTOM_DUMPSOFTWAREVERSIONS {
34-
publishDir = [
35-
path: { "${params.outdir}/pipeline_info" },
36-
mode: params.publish_dir_mode,
37-
pattern: '*_versions.yml'
38-
]
39-
}
40-
4133
withName: 'KHMER_UNIQUEKMERS' {
4234
publishDir = [ enabled: false ]
4335
}

lib/NfcoreTemplate.groovy

-356
This file was deleted.

lib/Utils.groovy

-47
This file was deleted.

lib/WorkflowChipseq.groovy

-156
This file was deleted.

lib/WorkflowMain.groovy

-84
This file was deleted.

0 commit comments

Comments
 (0)