The purpose of this project was to explore alternative pipeline building methodologies and to gain deeper understanding of NGS data analysis pipelines.
Scripts are comatable with Python 3.9.14+, Pandas 2.0+, NumPy 1.24+, Biopython 1.80+, Slack_sdk 3.21.2+.
conda create -n env_name python=3.9.14
conda install pandas
conda install numpy
conda install -c conda-forge schedule
conda install -c conda-forge slack_sdk