Skip to main content
Longest ORF Length
License: ORFipy is open source and free for academic and commercial use under an MIT license. Please refer to the 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/orf_length_constraint.py
View source
Copy citation
Constraint contributors
Require the longest canonical ORF in each DNA sequence to meet a length threshold.

API Reference

ConfigLongestOrfLengthConfig Source
Configuration for selecting sequences by their longest canonical ORF.
integer
default:"3000"
Minimum nucleotide length for the longest canonical ATG-to-stop ORF.
ReturnsConstraintOutput
One output per proposal. A score of 0.0 passes and 1.0 fails. Metadata contains the selected protein sequence, selected ORF length, and ORFipy selection metadata.

Usage

python

Metadata