Home
last modified time | relevance | path

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

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/inference/
H A DContigChimericAlignmentIterativeInterpreter.java189 final Integer minAlignLength) { in firstAlignmentIsTooShort() argument
190 …urn first.referenceSpan.size() - AlignmentInterval.overlapOnContig(first, second) < minAlignLength; in firstAlignmentIsTooShort()
198 … final Integer mapQThresholdInclusive, final Integer minAlignLength, in nextAlignmentMayBeInsertion() argument
201 …ualTooLow(next, mapQThresholdInclusive) || firstAlignmentIsTooShort(next, current, minAlignLength); in nextAlignmentMayBeInsertion()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/
H A DStructuralVariationDiscoveryArgumentCollection.java288 public Integer minAlignLength = DEFAULT_MIN_ALIGNMENT_LENGTH; field in StructuralVariationDiscoveryArgumentCollection.DiscoverVariantsFromContigAlignmentsArgumentCollection
326 …ParamUtils.isPositive(minAlignLength, "invalid value provided to minAlignLength: " + minAlignLengt… in validate()
/dports/biology/canu/canu-2.2/src/overlapBasedTrimming/
H A DtrimReads.C101 uint32 minAlignLength = 40; in main() local
154 minAlignLength = atoi(argv[++arg]); in main()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/
H A DAnnotatedVariantProducer.java120 new SVAlignmentLengthFilter(discoveryArgs.minAlignLength)); in filterMergedVariantList()