Skip to content

Commit

Permalink
Merge pull request #403 from nf-core/update_fusionreport
Browse files Browse the repository at this point in the history
Update fusionreport to 2.1.5p4 to fix 403 error in downloading databases
  • Loading branch information
rannick committed Sep 18, 2023
2 parents 6dfedc2 + f876680 commit 14a69c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Provide gene count file by default when running STAR_FOR_STARFUSION [#385](https://github.com/nf-core/rnafusion/pull/385)
- Fix fusion-report issue with MACOXS directories [#386](https://github.com/nf-core/rnafusion/pull/386)
- The fusion lists is updated to contain two branches, one in case no fusions are detected and one for if fusions are detected, that will be used to feed to fusioninspector, megafusion, arriba visualisation [#388](https://github.com/nf-core/rnafusion/pull/388)
- Update fusionreport to 2.1.5p4 to fix 403 error in downloading databases

### Removed

Expand Down
2 changes: 1 addition & 1 deletion modules/local/fusionreport/detect/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process FUSIONREPORT {

// Note: 2.7X indices incompatible with AWS iGenomes.
conda "bioconda::star=2.7.9a"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p2.1"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p4"


input:
Expand Down
2 changes: 1 addition & 1 deletion modules/local/fusionreport/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process FUSIONREPORT_DOWNLOAD {

// Note: 2.7X indices incompatible with AWS iGenomes.
conda "bioconda::star=2.7.9a"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p3"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p4"

input:
val(username)
Expand Down

0 comments on commit 14a69c2

Please sign in to comment.