The purpose of this project was to develop a BLASTN workflow to map wastwater viral reads against reference genomes. This workflow was used to identify human adenovirus reads in wastewater samples.
Scripts are compatable with Python 3.9.14+, Pandas 2.0+, NumPy 1.4.2+, BLAST 2.14.
conda create -n env_name python=3.9.14
conda install pandas
conda install numpy
conda install -c bioconda blast