You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no Java code changes in this PR. Tests were done manually. As a reminder, the modified files are still considered experimental.
Changes:
- combine_tracks.wdl: Fixes bug where string was compared to a float. Closes#5284
- combine_tracks.wdl: Converts the processed seg file into a format for GISTIC2. This is a trivial conversion. Closes#5283
- Other changes in `aggregate_combine_tracks.wdl` to support the above, including aggregation of individual GISTIC2 seg files into a single GISTIC2 seg file.
- Added gs urls for necessary auxiliary files in the documentation.
- Added multiple output types for the ABSOLUTE skew parameter to support heterogeneous execution configurations. File, Float, and String. All are the same value.
…titute#5287)
There are no Java code changes in this PR. Tests were done manually. As a reminder, the modified files are still considered experimental.
Changes:
- combine_tracks.wdl: Fixes bug where string was compared to a float. Closesbroadinstitute#5284
- combine_tracks.wdl: Converts the processed seg file into a format for GISTIC2. This is a trivial conversion. Closesbroadinstitute#5283
- Other changes in `aggregate_combine_tracks.wdl` to support the above, including aggregation of individual GISTIC2 seg files into a single GISTIC2 seg file.
- Added gs urls for necessary auxiliary files in the documentation.
- Added multiple output types for the ABSOLUTE skew parameter to support heterogeneous execution configurations. File, Float, and String. All are the same value.
Feature request
Tool(s) or class(es) involved
combine_tracks.wdl
Description
In order for outputs from GATK CNV to be usable by GISTIC2, we need to have a conversion step. Here is mostly un-tested WDL that should work:
Sorry about the heredoc python
The text was updated successfully, but these errors were encountered: