Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/nf-core/rnafusion into gener…
Browse files Browse the repository at this point in the history
…al_fixes
  • Loading branch information
nschcolnicov committed Nov 28, 2024
2 parents eece50d + 3029fdf commit 3058f0c
Show file tree
Hide file tree
Showing 8 changed files with 162 additions and 47 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Normalized gene expression calculated [#488](https://github.com/nf-core/rnafusion/pull/488)
- Primary assembly now used as main reference genome FASTA file, as recommended by the STAR manual [#488](https://github.com/nf-core/rnafusion/pull/488)
- Use of only ensembl GTF file, not chr.gtf file as GTF reference file [#488](https://github.com/nf-core/rnafusion/pull/488)
- Add nf-test to local module: `ENSEMBL_DOWNLOAD` [#508](https://github.com/nf-core/rnafusion/pull/508)
- Add nf-test to local module: `HGNC_DOWNLOAD` [#508](https://github.com/nf-core/rnafusion/pull/509)
- Add nf-test to local module: `ENSEMBL_DOWNLOAD` [#539](https://github.com/nf-core/rnafusion/pull/539)
- Add nf-test to local module: `HGNC_DOWNLOAD` [#540](https://github.com/nf-core/rnafusion/pull/540)
- Add nf-test to nf-core module: `PICARD_COLLECTRNASEQMETRICS` and update module [#551](https://github.com/nf-core/rnafusion/pull/551)

### Changed

- Updated modules and migrated non-specific modules to nf-core/modules [#484](https://github.com/nf-core/rnafusion/pull/484)
- Updated to nf-core/tools 3.0.2 [#504](https://github.com/nf-core/rnafusion/pull/504)
- Remove local module `RRNA_TRANSCRIPTS` (replaced by nf-core module) [#541](https://github.com/nf-core/rnafusion/pull/541)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"picard/collectrnaseqmetrics": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "49f4e50534fe4b64101e62ea41d5dc43b1324358",
"installed_by": ["modules"]
},
"picard/collectwgsmetrics": {
Expand Down
41 changes: 0 additions & 41 deletions modules/local/rrnatranscripts/main.nf

This file was deleted.

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/picard/collectrnaseqmetrics/main.nf

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

81 changes: 81 additions & 0 deletions modules/nf-core/picard/collectrnaseqmetrics/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.

13 changes: 13 additions & 0 deletions modules/nf-core/picard/collectrnaseqmetrics/tests/nextflow.config

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

0 comments on commit 3058f0c

Please sign in to comment.