Go to file
Harrison Deng 8cd09bfb41
All checks were successful
ydeng/modvcfsamples/pipeline/head This commit looks good
Updated pipeline and formatted code
Pipeline now looks for correct unit test file
2023-06-27 14:15:03 +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 Updated pipeline and formatted code 2023-06-27 14:15:03 +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 Updated pipeline and formatted code 2023-06-27 14:15:03 +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.