https://github.com/transgirlcodes/bioargparse.jl
Extension to ArgParse.jl, enabling parsing of command line parameters to types in Bio.jl.
https://github.com/transgirlcodes/bioargparse.jl
Last synced: about 2 months ago
JSON representation
Extension to ArgParse.jl, enabling parsing of command line parameters to types in Bio.jl.
- Host: GitHub
- URL: https://github.com/transgirlcodes/bioargparse.jl
- Owner: TransGirlCodes
- License: mit
- Created: 2016-12-14T15:29:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T13:43:48.000Z (over 8 years ago)
- Last Synced: 2025-02-12T08:56:38.379Z (3 months ago)
- Language: Julia
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BioArgParse.jl
A simple package extending the capabilities of ArgParse for Biologists.
## Badges
Code quality: [](https://travis-ci.org/Ward9250/BioArgParse.jl)
This package defines methods which allow ArgParse to parse biological sequences,
nucleotides, and other such types from the Bio.jl and BioJulia universe,
from command line arguments.