Home
last modified time | relevance | path

Searched refs:thresConLen (Results 1 – 2 of 2) sorted by relevance

/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/
H A DscriptEstimatedCovMulti.py84 def getFirstXMax(dicStats, binWidth, thresConLen): argument
91 if listLgth[i] >= thresConLen:
189 thresConLen = 0 variable
196 thresConLen = N50 * 5 variable
200 xMax = getFirstXMax(dicStats, binWidth, thresConLen)
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Peak/
H A DEMPeakDetector.cc19 int thresConLen = 0; in detectCoveragePeaks() local
51 thresConLen = N50 * 5; in detectCoveragePeaks()
55 if (lengthlist[index] >= thresConLen){ in detectCoveragePeaks()