• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

broadinstitute / catch / 370 / 1
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: v1.5.1
DEFAULT BRANCH: master
Ran 11 Jul 2022 06:17PM UTC
Files 67
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jul 2022 05:52PM UTC coverage: 94.558%. First build
370.1

push

travis-ci-com

haydenm
Make default clustering method be simple search for connected components

This commit adds `utils.cluster.find_connected_components()` to identify
connected components in a graph in which sequences are adjacent iff
their estimated distance is within a threshold. As with previous
clustering, distances with this method continue to be estimated using a
MinHash family, e.g., as in the Mash paper (Ondov et al. 2016).

The commit makes this method the default for clustering because it
should be less memory-intensive than the existing hierarchical approach
for large numbers of input sequences; it does not need to store a
pairwise distance matrix. It adds an argument to design.py to specify
the clustering method, so the hierarchical clustering method---which
appears to be faster---can still be used.

1998 of 2238 branches covered (89.28%)

5543 of 5862 relevant lines covered (94.56%)

0.95 hits per line

Source Files on job 370.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 152
  • Travis Job 370.1
  • d6ef14ee on github
  • Next Job for on simplify-large-input (#373.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc