Home
last modified time | relevance | path

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

/dports/biology/bbmap/bbmap/current/hiseq/
H A DAnalyzeFlowCell.java335 long readsToDiscard=markTiles(flowcell.toList(), flowcell.avgReads); in process() local
701 long readsToDiscard=markTiles(mtList, flowcell.avgReads); in fillTilesInner() local
855 long readsToDiscard=0; in markTiles() local
912 readsToDiscard+=mt.readCount; in markTiles()
918 … "+mtDiscards+" of "+(mtDiscards+mtRetained)+" micro-tiles, containing "+readsToDiscard+" reads:"); in markTiles()
926 return readsToDiscard; in markTiles()