-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update "unsorted" to "queryname" #32
base: master
Are you sure you want to change the base?
Conversation
Changed the MergeBamAlignment task to use --SORT_ORDER "queryname" instead of --SORT_ORDER "unsorted" as this is meant to result in a much more efficient MarkDuplicates task run. Also updated the file names where "unsorted" was used to use "queryname" instead.
to try and get it working from Dockstore/Terra
.dockstore.yml
Outdated
@@ -1,7 +1,7 @@ | |||
|
|||
version: 1.2 | |||
workflows: | |||
- name: processing-for-variant-discovery-gatk4 | |||
- name: processing-for-variant-discovery-gatk4.wdl | |||
subclass: WDL | |||
primaryDescriptorPath: /processing-for-variant-discovery-gatk4 |
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.
primaryDescriptorPath: /processing-for-variant-discovery-gatk4 | |
primaryDescriptorPath: /processing-for-variant-discovery-gatk4.wdl |
.dockstore.yml
Outdated
@@ -1,7 +1,7 @@ | |||
|
|||
version: 1.2 | |||
workflows: | |||
- name: processing-for-variant-discovery-gatk4 | |||
- name: processing-for-variant-discovery-gatk4.wdl |
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.
- name: processing-for-variant-discovery-gatk4.wdl | |
- name: processing-for-variant-discovery-gatk4 |
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 to me,
Linking the doc to markduplicates here which indicates that the tool is able to work with query sorted bam file documentation on MarkDuplicates
Changed the MergeBamAlignment task to use --SORT_ORDER "queryname" instead of --SORT_ORDER "unsorted" as this is meant to result in a much more efficient MarkDuplicates task run.
Also updated the file names where "unsorted" was used to use "queryname" instead.