File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ int main(int argc, char *argv[])
356356 std::string makePileup = (std::string)cf.Value (" BAF" ," makePileup" , " false" );
357357 std::string fastaFile = (std::string)cf.Value (" BAF" ," fastaFile" , " false" );
358358 std::string miniPileupFileSample = (std::string)cf.Value (" sample" ," miniPileup" , " false" );
359- std::string miniPileupFileControl = (std::string)cf.Value (" sample " ," miniPileup" , " false" );
359+ std::string miniPileupFileControl = (std::string)cf.Value (" control " ," miniPileup" , " false" );
360360
361361 bool isHasMiniPileUPsample = (miniPileupFileSample==" false" )?0 :1 ;
362362 bool isHasMiniPileUPcontrol = (miniPileupFileControl==" false" )?0 :1 ;
Original file line number Diff line number Diff line change 33#define VERSION_H
44
55const double VERSION_OFFSET = 3 ;
6- const double FREEC_VERSION = 11.0 ;
6+ const double FREEC_VERSION = 11.1 ;
77const double CONTROL_FREEC_VERSION = FREEC_VERSION - VERSION_OFFSET ;
88
99#endif
You can’t perform that action at this time.
0 commit comments