molgenis / vip2rdf

Converts (part of) a VIP vcf file to a RDF Turtle file
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add better CLI processing #4

Open svandenhoek opened 9 months ago

svandenhoek commented 9 months ago

Current implementation of CLI processing is very bare basics. To make the tool production-ready, a better argument parsing should be added with actual validation of the arguments.

svandenhoek commented 8 months ago

Partially added in v0.2.0, though could be improved by validating the actual files (and not just a simple file existence/extension name check).