robmaz / distmap

Sequence alignment on Hadoop
0 stars 1 forks source link

Use properly pod2usage to print help #65

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

This will add consistency in the help display, becuase the current string is out of sync with the POD format. We should check also carefully the [API of pod2usage](http://search.cpan.org/~jhi/perl-5.8.1/lib/Pod/Usage.pm#pod2usage()).

As an example of code for doing the command line, see https://gist.github.com/sirhc/621139

magicDGS commented 6 years ago

And also we should add a --version argument.