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

Updated tagBam help so that it actually works...

parent 7731f7f3
No related merge requests found
......@@ -139,7 +139,7 @@ void ShowHelp(void) {
cerr << "Summary: Annotates a BAM file based on overlaps with multiple BED/GFF/VCF files" << endl;
cerr << "\t on the intervals in -i." << endl << endl;
cerr << "Usage: " << PROGRAM_NAME << " [OPTIONS] -i <BAM> -files FILE1 FILE2 .. FILEn -labels LAB1 LAB2 ,,, LABn" << endl << endl;
cerr << "Usage: " << PROGRAM_NAME << " [OPTIONS] -i <BAM> -files FILE1 FILE2 .. FILEn -tags LAB1 LAB2 ,,, LABn" << endl << endl;
cerr << "Options: " << endl;
......
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