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

Split merged fastqs and merge aligned bams after markduplicates #6

Open
anoronh4 opened this issue Jan 25, 2023 · 0 comments
Open

Split merged fastqs and merge aligned bams after markduplicates #6

anoronh4 opened this issue Jan 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@anoronh4
Copy link
Collaborator

anoronh4 commented Jan 25, 2023

Currently the pipeline creates one result per input line in the mapping file. We currently do not split fastqs that were previously merged, and we do not accurately assign read groups in final alignment file. It is possible that we will perform picard's MarkDuplicates (this is useful for QC and certain downstream analysis tools)

This issue can be split into two parts:

  1. splitting input fastqs before any other steps
  2. merging fastqs (not all tasks require proper RGIDs in alignment) or merging bams.
@anoronh4 anoronh4 added the enhancement New feature or request label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant