<<" -f <string> use custom Cost for fine segmenter : format \"match, subst, indels, homo, del_end\" (default "<<VDJ<<" )"<<endl
<<" -m <int> minimal admissible delta between the end of the V and the start of the J (default: "<<DEFAULT_DELTA_MIN<<") (default with -D: "<<DEFAULT_DELTA_MIN_D<<")"<<endl
<<" -E <float> maximal e-value for determining if a D segment can be trusted (default: "<<THRESHOLD_NB_EXPECTED_D<<")"<<endl
<<endl;
cerr<<"Clone analysis (second pass)"<<endl
...
...
@@ -386,6 +387,7 @@ int main (int argc, char **argv)
intoptions_s_k=0;
doubleexpected_value=THRESHOLD_NB_EXPECTED;
doubleexpected_value_D=THRESHOLD_NB_EXPECTED_D;
//json which contains the Levenshtein distances
jsonjsonLevenshtein;
...
...
@@ -394,7 +396,7 @@ int main (int argc, char **argv)