Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

258 remove strand groups #259

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
11 changes: 6 additions & 5 deletions examples/many_strands_no_common_domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def main() -> None:
# num_strands = 10
# num_strands = 10
# num_strands = 50
num_strands = 100
# num_strands = 100
num_strands = 200
# num_strands = 355

design = nc.Design()
Expand Down Expand Up @@ -152,8 +153,8 @@ def main() -> None:
params = ns.SearchParameters(constraints=[
# domain_nupack_ss_constraint,
# strand_individual_ss_constraint,
strand_pairs_rna_duplex_constraint,
# strand_pairs_rna_plex_constraint,
# strand_pairs_rna_duplex_constraint,
strand_pairs_rna_plex_constraint,
# strand_pair_nupack_constraint,
# domain_pair_nupack_constraint,
# domain_pairs_rna_plex_constraint,
Expand All @@ -169,8 +170,8 @@ def main() -> None:
# save_report_for_all_updates=True,
# save_design_for_all_updates=True,
force_overwrite=True,
# log_time=True,
scrolling_output=False,
log_time=True,
# scrolling_output=False,
# report_only_violations=False,
)
ns.search_for_sequences(design, params)
Expand Down
Loading
Loading