Skip to content
Snippets Groups Projects
Commit e24c61a1 authored by Xavier Robin's avatar Xavier Robin
Browse files

Allow first argument to SequenceIdentity to be named

parent 8747d564
Branches
Tags
No related merge requests found
...@@ -149,7 +149,7 @@ void export_aln_alg() ...@@ -149,7 +149,7 @@ void export_aln_alg()
; ;
def("SequenceIdentity", &SequenceIdentity, def("SequenceIdentity", &SequenceIdentity,
(arg("ref_mode")=RefMode::ALIGNMENT, arg("seq_a")=0, arg("seq_b")=1)); (arg("aln"), arg("ref_mode")=RefMode::ALIGNMENT, arg("seq_a")=0, arg("seq_b")=1));
def("SequenceSimilarity", &SequenceSimilarity, def("SequenceSimilarity", &SequenceSimilarity,
(arg("aln"),arg("subst_weight"),arg("normalize")=false, (arg("aln"),arg("subst_weight"),arg("normalize")=false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment