Go to file
Harrison Deng c25f4ab9a1
All checks were successful
ydeng/modvcfsamples/pipeline/head This commit looks good
Updated the 'README.md'
2023-06-27 14:40:33 +00:00
.vscode Changed build environment and project metadata 2023-06-27 13:59:14 +00:00
src/modvcfsamples Implemented normalizing genotype 2023-06-27 06:15:32 +00:00
tests Updated pipeline and formatted code 2023-06-27 14:15:03 +00:00
.gitignore Initial commit 2023-06-22 16:35:31 +00:00
environment.yml Changed build environment and project metadata 2023-06-27 13:59:14 +00:00
Jenkinsfile Added CLI test in 'Jenkinsfile' 2023-06-27 14:19:06 +00:00
pyproject.toml Initial commit 2023-06-22 16:35:31 +00:00
README.md Updated the 'README.md' 2023-06-27 14:40:33 +00:00
setup.cfg Changed build environment and project metadata 2023-06-27 13:59:14 +00:00
setup.py Updated pipeline and formatted code 2023-06-27 14:15:03 +00:00

ModVCFSamples

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.