Home
last modified time | relevance | path

Searched defs:totalBases (Results 1 – 19 of 19) sorted by relevance

/dports/biology/fastp/fastp-0.23.2/src/
H A Dfilterresult.cpp316 void FilterResult::reportHtml(ofstream& ofs, long totalReads, long totalBases) { in reportHtml()
336 void FilterResult::reportAdapterHtml(ofstream& ofs, long totalBases) { in reportAdapterHtml()
349 …::outputAdaptersHtml(ofstream& ofs, map<string, long, classcomp>& adapterCounts, long totalBases) { in outputAdaptersHtml() argument
/dports/biology/canu/canu-2.2/src/overlapErrorAdjustment/
H A DfixErrors.C132 uint64 totalBases = 0; in main() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DAdaptiveChainPruner.java42 …final int totalBases = chains.stream().mapToInt(c -> c.getEdges().stream().mapToInt(E::getMultipli… in chainsToRemove() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/pathseq/
H A DPSKmerUtils.java49 …final long totalBases = records.values().stream().mapToLong(refBases -> refBases.getBases().length… in getMaskedKmersFromLocalReference() local
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DSRA_ReferenceSequence.c311 uint64_t totalBases = SRA_ReferenceSequenceGetLength ( self, ctx ); in SRA_ReferenceSequenceGetBases() local
H A DEBI_ReferenceSequence.c378 uint64_t totalBases = EBI_ReferenceSequenceGetLength ( self, ctx ); in EBI_ReferenceSequenceGetBases() local
H A DCSRA1_Reference.c313 uint64_t totalBases = CSRA1_ReferenceGetLength ( self, ctx ); in CSRA1_ReferenceGetBases() local
375 uint64_t totalBases = CSRA1_ReferenceGetLength ( self, ctx ); in CSRA1_ReferenceGetChunk() local
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DSRA_ReferenceSequence.c311 uint64_t totalBases = SRA_ReferenceSequenceGetLength ( self, ctx ); in SRA_ReferenceSequenceGetBases() local
H A DEBI_ReferenceSequence.c378 uint64_t totalBases = EBI_ReferenceSequenceGetLength ( self, ctx ); in EBI_ReferenceSequenceGetBases() local
H A DCSRA1_Reference.c313 uint64_t totalBases = CSRA1_ReferenceGetLength ( self, ctx ); in CSRA1_ReferenceGetBases() local
375 uint64_t totalBases = CSRA1_ReferenceGetLength ( self, ctx ); in CSRA1_ReferenceGetChunk() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/realignmentfilter/
H A DFilterAlignmentArtifacts.java243 final int totalBases = unitigs.stream().mapToInt(unitig -> unitig.length).sum(); in apply() local
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dseqerrorcommand.h75 int maxLength, totalBases, totalMatches, numRefs; variable
/dports/biology/bbmap/bbmap/current/jgi/
H A DReadKmerDepthDistribution.java512 long totalBases=0; in downsample() local
1018 private long totalBases=0; field in ReadKmerDepthDistribution.ProcessThread
H A DKmerCoverage.java1162 private long totalBases=0; field in KmerCoverage.ProcessThread
H A DKmerNormalize.java1617 long totalBases=0; in downsample() local
3435 private long totalBases=0; field in KmerNormalize.ProcessThread
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/contamination/
H A DContaminationModel.java200 final long totalBases = sites.stream().mapToInt(PileupSummary::getTotalCount).sum(); in calculateErrorRate() local
/dports/biology/bbmap/bbmap/current/bloom/
H A DErrorCorrect.java238 long totalBases=0; in detect() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/
H A DIntervalUtils.java590 long totalBases = 0; in scatterContigIntervals() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/
H A DAnalyzeSaturationMutagenesis.java578 final long totalBases = totalBaseCalls; in writeReadCounts() local