r-optparse¶
A command line parser inspired by Python’s ‘optparse’ library to be used with Rscript to write “#!” shebang scripts that accept short and long flag/options.
Home | https://github.com/trevorld/optparse |
Versions | 1.3.0 |
License | GPL (>= 2) |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-optparse |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-optparse
and update with:
conda update r-optparse