Skip to content

Commit

Permalink
Merge pull request #921 from dwinter/master
Browse files Browse the repository at this point in the history
Tiny tweak to error message when bamToFastq doesn't get a bam file
  • Loading branch information
arq5x authored Jun 15, 2021
2 parents 0369b03 + 8ce4cb8 commit edcc3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bamToFastq/bamToFastqMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ int bamtofastq_main(int argc, char* argv[]) {

// make sure we have a BAM file
if (!haveInBam) {
cerr << endl << "*****" << endl << "*****ERROR: Need -bam. " << endl << "*****" << endl;
cerr << endl << "*****" << endl << "*****ERROR: Need bam file (-i). " << endl << "*****" << endl;
showHelp = true;
}
// make sure we have an end1 FASTQ file
Expand Down

0 comments on commit edcc3eb

Please sign in to comment.