Skip to content
Snippets Groups Projects
Commit 6160f4a2 authored by pinyili2's avatar pinyili2
Browse files

a

parent 20114000
No related branches found
No related tags found
1 merge request!1Pinyili2
......@@ -190,6 +190,7 @@ def mrdna_model_from_cadnano(json_file,seq=None,**model_parameters):
r=np.array(list(nt_prop['r']))
bp=np.array(list(nt_prop['bp']))
three_prime=np.array((list(nt_prop["threeprime"])))
stack=np.array((list(nt_prop["stack"])))
orientation=np.array(list(nt_prop["orientation"]))
model = model_from_basepair_stack_3prime( r, bp, stack, three_prime, seq, orientation, **model_parameters )
model = model_from_basepair_stack_3prime( r, bp, stack, three_prime, seq, orientation=None, **model_parameters )
return model
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment