Go to file
Harrison Deng 6449b0b666
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Update 'environment.yml'
2023-06-27 06:14:43 +00:00
.vscode Basic filtering system and tests completed 2023-06-26 17:20:40 +00:00
src/modvcfsamples Basic filtering system and tests completed 2023-06-26 17:20:40 +00:00
tests Basic filtering system and tests completed 2023-06-26 17:20:40 +00:00
.gitignore Initial commit 2023-06-22 16:35:31 +00:00
environment.yml Update 'environment.yml' 2023-06-27 06:14:43 +00:00
Jenkinsfile Basic filtering system and tests completed 2023-06-26 17:20:40 +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 Basic filtering system and tests completed 2023-06-26 17:20:40 +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.