Skip to content

Commit

Permalink
Mention - for STDOUT in bam stats --help
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvandehaar committed Jul 27, 2017
1 parent 6ce9665 commit eb54217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ void Stats::printUsage(std::ostream& os)
os << "\t\t--basic : Turn on basic statistic generation" << std::endl;
os << "\t\t--qual : Generate a count for each quality (displayed as non-phred quality)" << std::endl;
os << "\t\t--phred : Generate a count for each quality (displayed as phred quality)" << std::endl;
os << "\t\t--pBaseQC : Write per base statistics as Percentages to the specified file." << std::endl;
os << "\t\t--pBaseQC : Write per base statistics as Percentages to the specified file. (use - for stdout)" << std::endl;
os << "\t\t pBaseQC & cBaseQC cannot both be specified." << std::endl;
os << "\t\t--cBaseQC : Write per base statistics as Counts to the specified file." << std::endl;
os << "\t\t--cBaseQC : Write per base statistics as Counts to the specified file. (use - for stdout)" << std::endl;
os << "\t\t pBaseQC & cBaseQC cannot both be specified." << std::endl;
os << "\tOptional Parameters:" << std::endl;
os << "\t\t--maxNumReads : Maximum number of reads to process" << std::endl;
Expand Down

0 comments on commit eb54217

Please sign in to comment.