Go to file
Harrison Deng 08ba073ef9
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Tested and completed adding call sample filtering
2023-06-26 21:07:55 +00:00
.vscode Tested and completed adding call sample filtering 2023-06-26 21:07:55 +00:00
src/modvcfsamples Tested and completed adding call sample filtering 2023-06-26 21:07:55 +00:00
tests Tested and completed adding call sample filtering 2023-06-26 21:07:55 +00:00
.gitignore Initial commit 2023-06-22 16:35:31 +00:00
environment.yml Basic filtering system and tests completed 2023-06-26 17:20:40 +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.