Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fusionreport to 2.1.5p4 to fix 403 error in downloading databases #403

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add PR


### 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