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

Merge fastqs and bams #11

Merged
merged 9 commits into from
Feb 28, 2023
Merged

Merge fastqs and bams #11

merged 9 commits into from
Feb 28, 2023

Conversation

anoronh4
Copy link
Collaborator

@anoronh4 anoronh4 commented Feb 13, 2023

Addresses part 2 of #6

This PR adds the ability to handle multiple fastqs pairs per sample. The goals are:

  1. Output one bam per sample
  2. Add read group information in the primary bam based on the detected fastq header.
  3. Produce merged reads for all applications other than default star alignment that take raw reads.

By itself, the code changes in this PR will assume that each fastq pair in the inputs has one read-group. Enabling splitting of fastqs can be added in a subsequent PR.

@anoronh4 anoronh4 merged commit c95dc7e into main Feb 28, 2023
@anoronh4 anoronh4 changed the title Mergefastqs Merge fastqs and bams Feb 28, 2023
@anoronh4 anoronh4 deleted the mergefastqs branch July 18, 2023 22:28
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.

1 participant