Skip to content

Commit ab9513e

Browse files
committed
Fix prteomecluster merge
1 parent bf2cb10 commit ab9513e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/proteomecluster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ int proteomecluster(int argc, const char **argv, const Command &command){
496496
#ifdef OPENMP
497497
thread_idx = (unsigned int) omp_get_thread_num();
498498
#endif
499-
Matcher matcher(tProteinSeqType, tProteinSeqType, par.maxSeqLen, &subMat, &evaluer, par.compBiasCorrection, par.compBiasCorrectionScale, gapOpen, gapExtend, 0.0, par.zdrop);
499+
Matcher matcher(tProteinSeqType, par.maxSeqLen, &subMat, &evaluer, par.compBiasCorrection, par.compBiasCorrectionScale, gapOpen, gapExtend, 0.0, par.zdrop);
500500
Sequence query(par.maxSeqLen, tProteinSeqType, &subMat, 0, false, par.compBiasCorrection);
501501
Sequence target(par.maxSeqLen, tProteinSeqType, &subMat, 0, false, par.compBiasCorrection);
502502
std::vector <unsigned int> localsharedEntryCount(proteomeList.size(), 0);

0 commit comments

Comments
 (0)