Skip to main content
Borzoi Track Activity
License: Borzoi uses Apache-2.0 for code and CC-BY-4.0 for model weights and may require explicit attribution when utilized. Please refer to the code license and model weights license for full terms.

This constraint is open source. Any third-party models, product names, or trademarks referenced are the property of their respective owners, and Proto is not affiliated with them.


Go to Tool Page
evo-design/proto-language/proto_language/constraint/sequence_annotation/borzoi_track_activity_constraint.py
View source
Copy citation
Constraint contributors
Score target proposals for selected Borzoi output tracks.

API Reference

ConfigBorzoiTrackActivityConfig Source
Configuration for Borzoi track-activity scoring.
enum
default:"human"
Borzoi species head to use: human or mouse.Options: human, mouse
List[integer]
default:"[0]"
Borzoi output track IDs to average before scoring.
array
Optional target-relative intervals to score. If omitted, scores the full target segment.
enum
default:"maximize"
Whether high activity or low activity is preferred.Options: maximize, minimize
number
default:"200.0"
Activity value treated as saturating success for the objective.
enum
default:"mean"
How to combine Borzoi replicate signals.Options: mean, min, std, lcb
string
default:"cuda"
CUDA device for Borzoi inference.
integer
default:"1"
Candidate sequences per Borzoi model batch.
integer
default:"0"
Leading target bases to ignore before Borzoi scoring.

Usage

python

Metadata