Skip to content

consistency with biometrics package #14

@ionox0

Description

@ionox0

As @murphycj2 has done in the biometrics package, lets make this package use pysamstats (which really just calls to pysam) in the same way:

  • Ensure stepper is not eliminating duplicate reads (use nofilter?) Include duplicate reads for pileup alimanfoo/pysamstats#91
  • Figure out a way to avoid double-counting overlapping reads (ignore_overlap param does not get passed to pysam... Counting overlapping read-pairs alimanfoo/pysamstats#98)
  • Set min_mapping_quality truncate and max_depth defaults to same value as biometrics (and ensure they are exposed as parameters)
  • Can we be consistent with min_base_quality or do the noise and fingerprinting require different values for this to work?
  • We might still want to consider the possibility of combining these two calculations into the same package

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions