Skip to content

Commit

Permalink
Merge branch 'dev_tmp' into newfeature_validate_model
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmmobbs93 authored Dec 20, 2024
2 parents 6dafd95 + 8597c2b commit 2ee77d0
Show file tree
Hide file tree
Showing 16 changed files with 247 additions and 215 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#286](https://github.com/nf-core/differentialabundance/pull/286)] - Integration of limma voom for rnaseq data ([@KamilMaliszArdigen](https://github.com/KamilMaliszArdigen), review by [@pinin4fjords](https://github.com/pinin4fjords))
- [[#380](https://github.com/nf-core/differentialabundance/pull/380)] - Replace local filter_diff_table module with nf-core one, and create nf-tests for tabular_to_gsea_chip. ([@nschcolnicov](https://github.com/nschcolnicov), review by [@pinin4fjords](https://github.com/pinin4fjords))
- [[#382](https://github.com/nf-core/differentialabundance/pull/382)] - Add YAML formatted contrasts file handling. ([@nschcolnicov](https://github.com/nschcolnicov), review by [@TODO](https://github.com/TODO))
- [[#411](https://github.com/nf-core/differentialabundance/pull/411)] - Replace local tabulartogseachip with nf-core version. ([@nschcolnicov](https://github.com/nschcolnicov), review by [@TODO](https://github.com/TODO))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ process {
]
}

withName: 'TABULAR_TO_GSEA_CHIP' {
withName: 'CUSTOM_TABULARTOGSEACHIP' {
publishDir = [
enabled: false
]
Expand Down
5 changes: 5 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"custom/tabulartogseachip": {
"branch": "master",
"git_sha": "7900e49fb84969a2479ecfbeef7bcbe296513c90",
"installed_by": ["modules"]
},
"custom/tabulartogseacls": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
Expand Down
54 changes: 0 additions & 54 deletions modules/local/tabulartogseachip/main.nf

This file was deleted.

41 changes: 0 additions & 41 deletions modules/local/tabulartogseachip/meta.yml

This file was deleted.

49 changes: 0 additions & 49 deletions modules/local/tabulartogseachip/tests/main.nf.test

This file was deleted.

48 changes: 0 additions & 48 deletions modules/local/tabulartogseachip/tests/main.nf.test.snap

This file was deleted.

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

56 changes: 56 additions & 0 deletions modules/nf-core/custom/tabulartogseachip/main.nf

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

53 changes: 53 additions & 0 deletions modules/nf-core/custom/tabulartogseachip/meta.yml

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

Loading

0 comments on commit 2ee77d0

Please sign in to comment.