Skip to content
Snippets Groups Projects
Commit 74caf83d authored by Aaron Quinlan's avatar Aaron Quinlan
Browse files

Merge pull request #20 from agordon/feature/makewindows_name_fix

WindowMaker: bugfix with using "srcwinnum" + genome
parents 5e19e19b e363273b
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ void WindowMaker::MakeWindowsFromGenome(const string& genomeFileName) {
for (size_t c = 0; c < chromList.size(); ++c) {
string chrom = chromList[c];
BED bed(chrom,0,_genome->getChromSize(chrom));
BED bed(chrom,0,_genome->getChromSize(chrom),chrom,"","");
MakeBEDWindow(bed);
}
}
......
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