jorvis / biocode

Bioinformatics code libraries and scripts
MIT License
504 stars 247 forks source link

Add descriptions to ArgumentParser definitions #31

Closed mfitzp closed 9 years ago

mfitzp commented 9 years ago

A number of the scripts had 'Put a description of your script here' as the description text. This has been replaced with as good as a description as I could manage.

mfitzp commented 9 years ago

It is a minor thing on the surface, but I am working on a web-UI system (Wooey) that uses ArgumentParser parsing to generate UIs.

There are a few other things I would like to tweak such as parameter typing (file types, etc.) but I'll submit those in another PR as they require more thought.

jorvis commented 9 years ago

Very nice, I definitely do sometimes miss those. Thanks for taking the time to go through them.