Skip to content

Commit

Permalink
genome not required
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Jan 11, 2018
1 parent fe70c37 commit adb9314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/count_dna.h
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ namespace bamstats
// Check command line arguments
if ((vm.count("help")) || (!vm.count("input-file"))) {
printTitle("Alfred");
std::cout << "Usage: alfred " << argv[0] << " [OPTIONS] -g <ref.fa> <aligned.bam>" << std::endl;
std::cout << "Usage: alfred " << argv[0] << " [OPTIONS] <aligned.bam>" << std::endl;
std::cout << visible_options << "\n";
return 1;
}
Expand Down

0 comments on commit adb9314

Please sign in to comment.