-
Notifications
You must be signed in to change notification settings - Fork 0
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
try to make dockstore happy #140
Conversation
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.
looks good! tested the ref panel wdl (bed file generation only) here and it worked well: https://app.terra.bio/#workspaces/allofus-drc-imputation/AOU%20ANVIL%20Phasing/job_history/dc4881c3-8733-40f0-87b6-317da111faa0
input: | ||
ref_panel_interval_list = GatherChunkedIntervalLists.interval_list, | ||
basename = custom_basename_with_chr, | ||
if (create_bed_files){ |
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.
add space between ) and {
input: | ||
vcf = ref_vcf[idx], | ||
basename = custom_basename_with_chr | ||
if (create_brefs){ |
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.
add space
Quality Gate passedIssues Measures |
Description
small update to the create ref panel wdl to be easier to use and get dockstore working correctly with all of our wdls
Jira Ticket
None