Skip to content

Commit

Permalink
renamed and made it executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mshakya committed Jun 27, 2018
1 parent 58a2a84 commit 4b6068b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/runPhaME.pl → src/runPhaME
Original file line number Diff line number Diff line change
Expand Up @@ -849,12 +849,16 @@ sub print_timeInterval {
}

sub version {
print "\n$PACKAGENAME (version $PACKAGEVERSION)\n";
print "$PACKAGENAME (version $PACKAGEVERSION)\n";
exit;
}

sub printusage {
print "\n$PACKAGENAME (version $PACKAGEVERSION)\n";
print "\nUSAGE: runPhaME.pl <control file>\n\n";
print "\nUSAGE: runPhaME <control file>\n\n";
print "-h show this help message and exit\n";
print "-v show version number and exit\n";
exit;
print "\n";
print "\n";
}
Expand Down

0 comments on commit 4b6068b

Please sign in to comment.