robmaz / distmap

Sequence alignment on Hadoop
0 stars 1 forks source link

bin/distmap script should be just a command line parser #66

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

bin/distmap should be only a command line parser that calls a different class in the lib/perl5/site_perl/DistmapLib.pm which do the actuall work. This should be done as following:

This will make more consistent keeping the command line and POD usage in sync, and to make sure that the control flow for the application (parsing, executing, exiting) depends only on distmap, and the actual work is done by the library.