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

Update "unsorted" to "queryname" #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

jason-cerrato
Copy link

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.

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
Copy link

Choose a reason for hiding this comment

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

Suggested change
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
Copy link

Choose a reason for hiding this comment

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

Suggested change
- name: processing-for-variant-discovery-gatk4.wdl
- name: processing-for-variant-discovery-gatk4

Copy link

@bshifaw bshifaw left a 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

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.

2 participants