-
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
Updates #7
base: main
Are you sure you want to change the base?
Conversation
dmaziec
commented
Aug 4, 2023
- adjust variable names to the data model
- adjust the format of putative drivers to make it compatible with the browser
- fix dockerfile for ASCAT
type: File | ||
inputBinding: | ||
prefix: "--tumor_file" | ||
prefix: "--input_tumor_bam" |
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.
is this expected to be changed right? just checking is not a unintended search and replace results
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 guess it is looking at the rest of the code, but just to double check I am leaving this comment here
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, these variable names match the expected variable names to create metaworkflows runs through magma
type: File | ||
inputBinding: | ||
prefix: "--normal_file" | ||
prefix: "--input_normal_bam" |
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.
same as above