Skip to content

Commit

Permalink
Report the file supplied on command line. Issue marbl#616.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 8, 2017
1 parent e17ab5b commit 1121a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipelines/canu.pl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
}

} elsif (-e $arg) {
addCommandLineError("ERROR: File supplied on command line; use -s, -pacbio-raw, -pacbio-corrected, -nanopore-raw, or -nanopore-corrected.\n");
addCommandLineError("ERROR: File '$arg' supplied on command line; use -s, -pacbio-raw, -pacbio-corrected, -nanopore-raw, or -nanopore-corrected.\n");

} elsif ($arg =~ m/=/) {
push @specOpts, $arg;
Expand Down

0 comments on commit 1121a34

Please sign in to comment.