Skip to content
Snippets Groups Projects
Commit e363273b authored by Assaf Gordon's avatar Assaf Gordon
Browse files

WindowMaker: bugfix with using "srcwinnum" + genome

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