diff --git a/src/main.cpp b/src/main.cpp index 422c8d1..1d83130 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,6 +8,7 @@ #include "options.h" #include "processor.h" #include "evaluator.h" +#include // TODO: code refactoring to remove these global variables string command; @@ -17,8 +18,7 @@ int main(int argc, char* argv[]){ // display version info if no argument is given if(argc == 1) { cerr << "fastp: an ultra-fast all-in-one FASTQ preprocessor" << endl << "version " << FASTP_VER << endl; - //cerr << "fastp --help to see the help"<