compbiocore / VariantVisualization.jl

Julia package powering VIVA, our tool for visualization of genomic variation data. Manual:
https://compbiocore.github.io/VariantVisualization.jl/stable/
Other
85 stars 13 forks source link

Handle argument parsing #6

Closed fernandogelin closed 6 years ago

fernandogelin commented 6 years ago

Add ArgParse.jl to handle argument parsing. Current program uses arguments based on position and require "." when an argument is optional.

fernandogelin commented 6 years ago

complete