Skip to content

Submitting PR for bwa for dragen duplex#66

Open
MicahR-Y wants to merge 16 commits intomasterfrom
dragen_bwa_pr
Open

Submitting PR for bwa for dragen duplex#66
MicahR-Y wants to merge 16 commits intomasterfrom
dragen_bwa_pr

Conversation

@MicahR-Y
Copy link
Collaborator

This WDL is for extracting the UMIs from DRAGEN BAM read names and realigning the BAMs with bwa aln to better work with FGBio for duplex BAM generation.

base_name = base_name,
raw_depth = CollectRawReadDepthOfCoverage.depth_of_coverage,
start_stop_depth = CollectRawStartStopDepthOfCoverage.depth_of_coverage,
start_stop_depth = select_first([CollectRawStartStopDepthOfCoverage.depth_of_coverage, CollectRawReadDepthOfCoverage.depth_of_coverage]),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To do: go into the docker and make this actually optional.

@MicahR-Y
Copy link
Collaborator Author

Plan for this is to demonstrate equivalency between this WDL run on a sample vs the current multiple WDLs

Copy link
Collaborator

@wmatern-broad wmatern-broad left a comment

Choose a reason for hiding this comment

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

I checked in with Micah. He is planning to link some previous and updated outputs from these pipelines. And also make the fragment depth optional in the last task.

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