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

Convert "properly read" constants to command line parameters #309

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

Conversation

gdgib-roche
Copy link

3 new parameters to control how bwa mem tags reads as "properly mapped":

  • --outlier_bound_mem: controls how to calculate low and high boundaries for computing mean and std.dev.
  • --mapping_bound_mem: controls how to calculate low and high boundaries for proper pairs. Low and high boundaries is calculated : F(Q1, Q2, Q3, mapping_bound_mem, max_stddev_mem) where Q2 is median insert size, Q1 and Q3 are lower and higher quartile (also see max_stddev_mem).
  • --max_stddev_mem: controls how to calculate low and high boundaries for proper pairs. Low and high boundaries is calculated : F(Q1, Q2, Q3, mapping_bound_mem, max_stddev_mem) where Q2 is median insert size, Q1 and Q3 are lower and higher quartile (also see mapping_bound_mem).

@gdgib-roche
Copy link
Author

Anyone got a few minutes to review? I'll resolve conflicts if there's any chance this will be merged.

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.

None yet

1 participant