Home
last modified time | relevance | path

Searched defs:maxSeedErrors (Results 1 – 6 of 6) sorted by relevance

/dports/biology/seqan1/seqan-1.3.1/apps/razers/
H A DoutputFormat.h283 int maxSeedErrors = (int)(options.errorRate * options.artSeedLength) + 1; in countCoocurrences() local
421 int maxSeedErrors = (int)(options.errorRate*options.artSeedLength)+1; in assignMappingQuality() local
540 …int maxSeedErrors = (int)(options.errorRate * options.artSeedLength); //without + 1 here, used to … in dumpMatches() local
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers/
H A DoutputFormat.h289 int maxSeedErrors = (int)(options.errorRate * options.artSeedLength) + 1; in countCoocurrences() local
427 int maxSeedErrors = (int)(options.errorRate*options.artSeedLength)+1; in assignMappingQuality() local
546 …int maxSeedErrors = (int)(options.errorRate * options.artSeedLength); //without + 1 here, used to … in dumpMatches() local
/dports/biology/seqan1/seqan-1.3.1/apps/razers2/
H A DoutputFormat.h326 int maxSeedErrors = (int)(options.errorRate * options.artSeedLength) + 1; in countCoocurrences() local
449 int maxSeedErrors = (int)(options.errorRate*options.artSeedLength)+1; in assignMappingQuality() local
570 …int maxSeedErrors = (int)(options.errorRate * options.artSeedLength); //without + 1 here, used to … in dumpMatches() local
/dports/biology/seqan1/seqan-1.3.1/apps/splazers/
H A DoutputFormat.h283 int maxSeedErrors = (int)(options.errorRate * options.artSeedLength) + 1; in countCoocurrences() local
494 int maxSeedErrors = (int)(options.errorRate*options.artSeedLength)+1; in assignMappingQuality() local
649 …int maxSeedErrors = (int)(options.errorRate * options.artSeedLength); //without + 1 here, used to … in dumpMatches() local
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/splazers/
H A DoutputFormat.h285 int maxSeedErrors = (int)(options.errorRate * options.artSeedLength) + 1; in countCoocurrences() local
496 int maxSeedErrors = (int)(options.errorRate*options.artSeedLength)+1; in assignMappingQuality() local
731 …int maxSeedErrors = (int)(options.errorRate * options.artSeedLength); //without + 1 here, used to … in dumpMatches() local
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/razers3/
H A DoutputFormat.h346 int maxSeedErrors = (int)(options.errorRate * options.artSeedLength) + 1; in countCoocurrences() local