Skip to content
Snippets Groups Projects
Commit 57fe6258 authored by Aaron's avatar Aaron
Browse files

Tweaked commenting in shuffleBed.

parent dc2a3049
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ void BedShuffle::ChooseLocusFromInclusionFile(BED &bedEntry) {
size_t size = _include->bedMapNoBin[randomChrom].size();
// grab a random interval on the chosen chromosome.
size_t interval = rand() % size;
//cout << interval << endl;
// retreive a ranom -incl interval on the selected chrom
includeInterval = _include->bedMapNoBin[randomChrom][interval];
bedEntry.chrom = randomChrom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment