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

broadinstitute / catch / 386
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: v1.5.1
DEFAULT BRANCH: master
Ran 31 Aug 2022 04:57PM UTC
Jobs 2
Files 67
Run time 6min
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

pending completion
386

push

travis-ci-com

haydenm
Add design_large.py, which sets options suited to large, diverse input

This commit adds design_large.py, which wraps design.py and sets options
and parameters suited for large, highly diverse input. The default
options (notably, `--filter-with-lsh-minhash 0.6` and
`--cluster-and-design-separately 0.15`) lower runtime and memory usage.
The downside is usually a small increase in the number of output probes.
It additionally sets parameters (notably, `--mismatches 5` and
`--cover-extension 50`) to reasonable values, rather than the
restrictive defaults (0 for each) used by design.py.

Since design_large.py simply wraps design.py, this commit also includes
minor restructuring in design.py to support that. Arguments are now
initialized based on an `args_type` that is either `basic`
(corresponding to the usual design.py) or `large` (used by
design_large.py).

The commit also adds several warnings to assist users who might run
design.py or design_large.py in an atypical manner, such as recommending
options when provided with large input.

1817 of 2068 branches covered (87.86%)

5693 of 6037 relevant lines covered (94.3%)

1.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 386.1 31 Aug 2022 05:03PM UTC 0
94.42
Travis Job 386.1
2 386.2 31 Aug 2022 04:57PM UTC 0
94.3
Travis Job 386.2
Source Files on build 386
  • Tree
  • List 67
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Build #386
  • f1f60788 on github
  • Prev Build on simplify-large-input (#384)
  • Next Build on simplify-large-input (#388)
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