Go to file
Harrison Deng f1aaaddc0c
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Changed build environment and project metadata
Now includes 'vcfpy' instead of 'pyvcf'
2023-06-27 13:59:14 +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 Implemented normalizing genotype 2023-06-27 06:15:32 +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 Implemented normalizing genotype 2023-06-27 06:15:32 +00:00
pyproject.toml Initial commit 2023-06-22 16:35:31 +00:00
README.md Initial commit 2023-06-22 16:35:31 +00:00
setup.cfg Changed build environment and project metadata 2023-06-27 13:59:14 +00:00
setup.py Basic filtering system and tests completed 2023-06-26 17:20:40 +00:00

A Generic Python Program Template

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.