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

Upgrade CNV WDLs to 1.0 spec #6506

Merged
merged 4 commits into from
Mar 18, 2020
Merged

Upgrade CNV WDLs to 1.0 spec #6506

merged 4 commits into from
Mar 18, 2020

Conversation

mwalker174
Copy link
Contributor

-Fixes broken input in somatic funcotator test
-Removes some unused resource variable defaults
-Adds set -u in some tasks

@mwalker174 mwalker174 requested a review from samuelklee March 16, 2020 22:55
Copy link
Contributor

@samuelklee samuelklee left a comment

Choose a reason for hiding this comment

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

Thanks for doing this @mwalker174, just one minor comment regarding the dict in PreprocessIntervals. Otherwise looks good to me!

Not sure what issues are still open regarding taking advantage of additional functionality that WDL 1.0 provides (e.g., optional localization of BAMs), but perhaps it's worth filing and prioritizing them.


Int machine_mem_mb = select_first([mem_gb, 2]) * 1000
Int command_mem_mb = machine_mem_mb - 500

# Determine output filename
String filename = select_first([intervals, "wgs.preprocessed"])
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for catching these!

scripts/cnv_wdl/cnv_common_tasks.wdl Show resolved Hide resolved
@mwalker174 mwalker174 merged commit 00f1e43 into master Mar 18, 2020
@mwalker174 mwalker174 deleted the mw_gcnv_wdl_1p0 branch March 18, 2020 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants