Skip to content

Commit 2e0a800

Browse files
committed
update docstring
1 parent 9222b06 commit 2e0a800

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Schema.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Implemented according to the schema definition in the
1515
[boltz documentation](https://github.com/jwohlwend/boltz/blob/a9b3abc2c1f90f26b373dd1bcb7afb5a3cb40293/docs/prediction.md),
1616
allowing for easy in-memory construction of the schema.
1717
18+
Sequences passed to `protein`, `dna`, and `rna` get automatically converted to strings,
19+
so any type (e.g. `BioSequences.BioSequence`) that has sensible `Base.string`-conversion
20+
defined will work.
21+
1822
One addition is that `msa` can be provided as a vector of strings.
1923
2024
# Examples

0 commit comments

Comments
 (0)