Skip to content

Commit

Permalink
Merge pull request #23 from CarsonJM/development
Browse files Browse the repository at this point in the history
Only run CI when merging into master branch
  • Loading branch information
CarsonJM authored Apr 29, 2024
2 parents cd1397a + 3b9edfe commit 85414bc
Show file tree
Hide file tree
Showing 17 changed files with 1,230 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name: nf-core CI
on:
pull_request:
branches:
- master
release:
types: [published]
merge_group:
types:
- checks_requested
branches:
- master

Expand Down
6 changes: 6 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
lint:
actions_ci: false
files_exist:
- conf/modules.config
- conf/test_full.config
- CODE_OF_CONDUCT.md
- assets/nf-core-biobakerymgx_logo_light.png
- docs/images/nf-core-biobakerymgx_logo_light.png
Expand All @@ -9,6 +12,9 @@ lint:
- .github/workflows/awsfulltest.yml
- conf/igenomes.config
files_unchanged:
- .github/PULL_REQUEST_TEMPLATE.md
- .github/CONTRIBUTING.md
- .github/workflows/linting.yml
- CODE_OF_CONDUCT.md
- assets/nf-core-biobakerymgx_logo_light.png
- docs/images/nf-core-biobakerymgx_logo_light.png
Expand Down
9 changes: 6 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@
"metaphlan/makedb": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/metaphlan/makedb/metaphlan-makedb.diff"
},
"metaphlan/mergemetaphlantables": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/metaphlan/mergemetaphlantables/metaphlan-mergemetaphlantables.diff"
},
"metaphlan/metaphlan": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/metaphlan/metaphlan/metaphlan-metaphlan.diff"
},
"multiqc": {
"branch": "master",
Expand Down
7 changes: 7 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/tests/tags.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 85414bc

Please sign in to comment.