-
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
🧹 v1.0 release prep #19
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!
return "--tumorBam " + inputs.input_tumor_aligned.path + " --normalBam " + inputs.input_normal_aligned.path + std + mv_cmd; | ||
} | ||
} | ||
/manta-1.4.0.centos6_x86_64/bin/configManta.py --runDir=./ |
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.
Some nice reorg and cleanup
$(inputs.input_normal_aligned != null ? inputs.input_tumor_aligned != null ? "--normalBam " + inputs.input_normal_aligned.path : "--bam " + inputs.input_normal_aligned.path : "") | ||
- position: 10 | ||
shellQuote: false | ||
prefix: "&&" |
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.
prefix: "$$"
?! Cue Joe Rogan freaking out GIF
Description
Prepare the tumor only workflow for release v1.0.0
Change log:
tool_name
outputs to Manta and ControlFREEC to enable more control in output namingtool_name
in output namePart of https://d3b.atlassian.net/browse/BIXU-3679
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: