Skip to content
Snippets Groups Projects
Commit 3c6c80d8 authored by Aaron's avatar Aaron
Browse files

Minor formatting in slopBed.cpp.

parent 6078f7bb
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,11 @@
BedSlop::BedSlop(string &bedFile, string &genomeFile, bool &forceStrand, int &leftSlop, int &rightSlop) {
_bedFile = bedFile;
_genomeFile = genomeFile;
_bedFile = bedFile;
_genomeFile = genomeFile;
_forceStrand = forceStrand;
_leftSlop = leftSlop;
_leftSlop = leftSlop;
_rightSlop = rightSlop;
_bed = new BedFile(bedFile);
......
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