Updated the 'README.md'
All checks were successful
ydeng/modvcfsamples/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-06-27 14:40:33 +00:00
parent 565d778907
commit c25f4ab9a1

View File

@ -1,3 +1,9 @@
# A Generic Python Program Template
# ModVCFSamples
This template is meant to be a general starting point for any Python program. It contains Jenkins configurations, Conda environment starter files, all the variations of a Python's project configurations, and pytests.
This is a simple CLI program that allows users to edit rapidly modify VCF files to conform to a certain format.
## Install
1. Run the following in any terminal with `pip` installed: `pip install --index-url https://git.reslate.systems/api/packages/ydeng/pypi/simple/ modvcfsamples`
2. Use `modvcfsamples -h` to see help.