Skip to content

Commit

Permalink
Merge pull request #1256 from maxulysse/controlfreec
Browse files Browse the repository at this point in the history
FIX: remove spaces in controlfreec modules
  • Loading branch information
maxulysse authored Sep 26, 2023
2 parents 96140de + f3314b8 commit f1dfdac
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- [#1247](https://github.com/nf-core/sarek/pull/1247) - FIX: Result paths for full size test to be correctly displayed on the website
- [#1256](https://github.com/nf-core/sarek/pull/1256) - Fix issue with controlfreec container declaration

### Dependencies

Expand Down
10 changes: 5 additions & 5 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,27 @@
},
"controlfreec/assesssignificance": {
"branch": "master",
"git_sha": "053564d29a20d45323547973c4023914923823df",
"git_sha": "3fbcafe2543dabcc7b2be0f3b24507002b3e4b0d",
"installed_by": ["modules"]
},
"controlfreec/freec": {
"branch": "master",
"git_sha": "053564d29a20d45323547973c4023914923823df",
"git_sha": "3fbcafe2543dabcc7b2be0f3b24507002b3e4b0d",
"installed_by": ["modules"]
},
"controlfreec/freec2bed": {
"branch": "master",
"git_sha": "053564d29a20d45323547973c4023914923823df",
"git_sha": "3fbcafe2543dabcc7b2be0f3b24507002b3e4b0d",
"installed_by": ["modules"]
},
"controlfreec/freec2circos": {
"branch": "master",
"git_sha": "053564d29a20d45323547973c4023914923823df",
"git_sha": "3fbcafe2543dabcc7b2be0f3b24507002b3e4b0d",
"installed_by": ["modules"]
},
"controlfreec/makegraph": {
"branch": "master",
"git_sha": "053564d29a20d45323547973c4023914923823df",
"git_sha": "3fbcafe2543dabcc7b2be0f3b24507002b3e4b0d",
"installed_by": ["modules"],
"patch": "modules/nf-core/controlfreec/makegraph/controlfreec-makegraph.diff"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/controlfreec/assesssignificance/main.nf

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

4 changes: 2 additions & 2 deletions modules/nf-core/controlfreec/freec/main.nf

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

4 changes: 2 additions & 2 deletions modules/nf-core/controlfreec/freec2bed/main.nf

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

4 changes: 2 additions & 2 deletions modules/nf-core/controlfreec/freec2circos/main.nf

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.

5 changes: 3 additions & 2 deletions modules/nf-core/controlfreec/makegraph/main.nf

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

0 comments on commit f1dfdac

Please sign in to comment.