-
Notifications
You must be signed in to change notification settings - Fork 104
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
Fix fusionreport download #386
Conversation
|
@@ -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.5p2.1" | |||
container "docker.io/clinicalgenomics/fusion-report:2.1.5p3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what did you change in the container @rannick ? Also, did you test this works?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I tested the download of fusionreport references
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I modified this line: https://github.com/Clinical-Genomics/fusion-report/blob/e21f5f72eed0f1b80fd16d4741809fa0f3c7470a/fusion_report/common/net.py#L207
so that the files in the folder _MACOSX are not considered
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to be updating the CHANGELOG with the #385 change, so easy to forget to do that!
Fixes #377