Pileup and coverage
Pileup and coverage
Property Name | Default | Meaning |
---|---|---|
spark.biodatageeks.coverage.filterFlag | 1796 | Which SAM flags to use for filtering records. Check SAM explainer for details. |
spark.biodatageeks.coverage.minMapQual | 0 | Minimal value of reads' mapping quality to be included in coverage/pileup calculations |
spark.biodatageeks.pileup.useVectorizedOrcWriter | false | Whether to use vectorized ORC writer and to bypass Spark’s InternalRow serialization and write directly to the ouput file. This option is still experimental but speeds up saving results substantially. |
spark.biodatageeks.pileup.maxBaseQuality | 40 | Specify the number of base quality values - internally used for allocating BQ counters. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified July 26, 2024: Fix comet condition (#180) (15431c5)