From 7b2b381c3e99ce136003209721e2da66e261cb5c Mon Sep 17 00:00:00 2001 From: Rone Charles Date: Mon, 5 Jun 2017 20:50:46 -0400 Subject: [PATCH] Deprecate --refout option --- ebwt_search.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ebwt_search.cpp b/ebwt_search.cpp index 36ca15f..f85d279 100644 --- a/ebwt_search.cpp +++ b/ebwt_search.cpp @@ -393,7 +393,6 @@ static struct option long_options[] = { {(char*)"range", no_argument, 0, ARG_RANGE}, {(char*)"maxbts", required_argument, 0, ARG_MAXBTS}, {(char*)"phased", no_argument, 0, 'z'}, - {(char*)"refout", no_argument, 0, ARG_REFOUT}, {(char*)"partition", required_argument, 0, ARG_PARTITION}, {(char*)"stateful", no_argument, 0, ARG_STATEFUL}, {(char*)"prewidth", required_argument, 0, ARG_PREFETCH_WIDTH}, @@ -526,7 +525,6 @@ static void printUsage(ostream& out) { << " -t/--time print wall-clock time taken by search phases" << endl << " -B/--offbase leftmost ref offset = in bowtie output (default: 0)" << endl << " --quiet print nothing but the alignments" << endl - << " --refout write alignments to files refXXXXX.map, 1 map per reference" << endl << " --refidx refer to ref. seqs by 0-based index rather than name" << endl << " --al write aligned reads/pairs to file(s) " << endl << " --un write unaligned reads/pairs to file(s) " << endl