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.5p8 #435

Merged
merged 2 commits into from
Nov 9, 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `--extreme_sensitivity` used for fusioninspector to minimize fusioninspector filtering [#424](https://github.com/nf-core/rnafusion/pull/424)
- `--extreme_sensitivity` removed in favor of `--max_sensitivity --max_mate_dist 10000000 --annotate --examine_coding_effect` to collect more data from fusioninspector [#426](https://github.com/nf-core/rnafusion/pull/426)
- `Arriba` updated to 2.4.0 [#429](https://github.com/nf-core/rnafusion/pull/429)
- Update `fusion-report` to 2.1.5p7 to fix download of references via proxy [#432](https://github.com/nf-core/rnafusion/pull/432) and rapidjson [#434](https://github.com/nf-core/rnafusion/pull/434)
- Update `fusion-report` to 2.1.5p8 to fix download of references via proxy [#432](https://github.com/nf-core/rnafusion/pull/432), rapidjson [#434](https://github.com/nf-core/rnafusion/pull/434) and logs [#435](https://github.com/nf-core/rnafusion/pull/435)

### Fixed

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 @@ -3,7 +3,7 @@ process FUSIONREPORT {
label 'process_medium'

conda "bioconda::star=2.7.9a"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p7"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p8"


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 @@ -3,7 +3,7 @@ process FUSIONREPORT_DOWNLOAD {
label 'process_medium'

conda "bioconda::star=2.7.9a"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p7"
container "docker.io/clinicalgenomics/fusion-report:2.1.5p8"

input:
val(username)
Expand Down