Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Apr 29, 2024
1 parent ff79d97 commit 3b9edfe
Show file tree
Hide file tree
Showing 16 changed files with 1,228 additions and 6 deletions.
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 3b9edfe

Please sign in to comment.