Mercurial > repos > tduigou > sculpt_sequences
comparison test-data/test_json_workflow2.json @ 1:a0cd867780ec draft default tip
planemo upload for repository https://github.com/Edinburgh-Genome-Foundry/Examples/blob/master/templates/template1.ipynb commit 6b6ce806b5d016b3c7f20318180eff2dbe64395a-dirty
| author | tduigou |
|---|---|
| date | Thu, 17 Jul 2025 13:24:49 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:0c7f75a2338b | 1:a0cd867780ec |
|---|---|
| 1 { | |
| 2 "DnaOptimizationProblemClass":"DnaOptimizationProblem", | |
| 3 "avoid_patterns": "BsaI_site\nNotI_site\nXbaI_site\nClaI_site\n8x1mer", | |
| 4 "hairpin_constraints": "stem_size=20, hairpin_window=200\nstem_size=10, hairpin_window=100", | |
| 5 "gc_constraints": "mini=0.1, maxi=0.9\nmini=0.3, maxi=0.7, window=50", | |
| 6 "kmer_size": "15", | |
| 7 "methylation_protection":"methylation_protection", | |
| 8 "allow_edits":"True", | |
| 9 "assembly_plan_name": "Type2sRestrictionAssembly", | |
| 10 "topology": "circular", | |
| 11 "enzyme": "auto", | |
| 12 "execution": "true", | |
| 13 "db_uri": "postgresql://postgres:RK17@localhost:5432/test_fragments_db", | |
| 14 "table": "sample", | |
| 15 "fragment_column": "fragment", | |
| 16 "sequence_column": "sequence", | |
| 17 "annotation_column": "annotation" | |
| 18 } |
