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

feat: Merge trimming and mapping update; resolves #8, resolves #9, resolves #10 #19

Merged
merged 23 commits into from
Feb 24, 2022

Conversation

sroener
Copy link
Collaborator

@sroener sroener commented Feb 24, 2022

Changes

additions

  • option to use trimmomatic for read processing

  • add rule for downloading default illumna adapter sequences

  • add rule for trimming PE reads

  • add rule for trimming SE reads

  • add option for using only paired end data (don't use singletons)

refactor

  • move trimming to separate snakefile
  • move filtering to separate snakefile

update

  • update bwa to bwa-mem2 for mapping
  • add wrapper to handle mapping in a more flexible way

@sroener sroener merged commit 6d91d65 into main Feb 24, 2022
@sroener sroener linked an issue Feb 24, 2022 that may be closed by this pull request
@sroener sroener changed the title feat: Merge trimming and mapping update; resolves #8, resolves #9 #10 feat: Merge trimming and mapping update; resolves #8, resolves #9, resolves #10 Feb 24, 2022
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.

Add option to use merged reads only
1 participant