Home
last modified time | relevance | path

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

/dports/biology/stacks/stacks-2.4/src/
H A Dlocus.h164 this->pe_ctg = false; in CSLocus()
172 bool pe_ctg; // Was a paired-end contig constructed for this locus? variable
H A DPopMap.h212 cloc->pe_ctg = true; in populate_internal()
214 cloc->pe_ctg = true; in populate_internal()
H A Dgstacks.cc430 size_t pe_ctg = cs.n_loci_ctg(); in main() local
438 …<< " For the remaining " << pe_ctg << " loci (" << pct(pe_ctg) << "), a paired-end contig was ass… in main()
445 << (double) cs.n_aln_reads / pe_ctg << " reads per locus),\n" in main()
H A Dpopulations.cc2620 if (cloc->pe_ctg) { in accumulate()