Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crisscross_kit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ packages = [
"orthoseq_generator.streamlit_app",
"orthoseq_generator.streamlit_app.tabs",
"eqcorr2d",
"sec_struc_pred",
]
include-package-data = true

Expand Down
1 change: 1 addition & 0 deletions crisscross_kit/sec_struc_pred/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sequences = [
["GCGTATGC", 1000],
["GCATACGC", 1000],
["TTTTTTTT", 100]
]

material = "dna"
celsius = 37
sodium = 0.05
magnesium = 0.015
max_complex_size = 2
compute = ["pfunc", "mfe"]
tube_name = "simple_binding_example"
strand_prefix = "seq"

[options]
2 changes: 2 additions & 0 deletions crisscross_kit/sec_struc_pred/default_outputs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Loading