Skip to content
代码片段 群组 项目
该项目从 https://github.com/broadinstitute/picard 镜像。 拉取镜像更新于
  1. 9月 10, 2012
  2. 8月 28, 2012
  3. 8月 20, 2012
  4. 8月 16, 2012
  5. 8月 14, 2012
  6. 8月 13, 2012
  7. 8月 10, 2012
  8. 8月 08, 2012
  9. 8月 06, 2012
  10. 7月 31, 2012
  11. 7月 30, 2012
  12. 7月 26, 2012
  13. 7月 23, 2012
  14. 7月 21, 2012
  15. 7月 16, 2012
  16. 7月 02, 2012
  17. 6月 25, 2012
  18. 6月 21, 2012
  19. 6月 18, 2012
  20. 6月 15, 2012
  21. 6月 04, 2012
  22. 5月 31, 2012
  23. 5月 25, 2012
    • Tim Fennell's avatar
      Performance fix to EstimateLibraryComplexity. Previously it would attempt to... · da9f5f26
      Tim Fennell 创作于
      Performance fix to EstimateLibraryComplexity.  Previously it would attempt to find duplicates within all groups of reads with a common prefix which would bog down if a technical sequence like adapter dimer dominated the library.  The fix is just to ignore groups that have > some large multiple of the expected average number of read pairs per group.  The default is 500 times over the mean.
      da9f5f26
  24. 5月 21, 2012
    • Alec Wysoker's avatar
      Add option PRIMARY_ALIGNMENT_STRATEGY to MergeBamAlignment, which enables... · 1369441d
      Alec Wysoker 创作于
      Add option PRIMARY_ALIGNMENT_STRATEGY to MergeBamAlignment, which enables selection of the strategy for selecting the primary alignment for a read if there are multiple alignments marked as primary, or if none of the alignments for a read are marked as primary.
      In addition to the existing strategy, BestMapq, add a new strategy EarliestFragment which only works for fragments, and selects the alignment that maps the earliest base in a read.
      1369441d
    • Alec Wysoker's avatar
      Release 1.69 · 6bbc4fc2
      Alec Wysoker 创作于
      1.69
      6bbc4fc2
  25. 5月 17, 2012