Skip to content

ASU-Lim-Lab/BLAST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation


BLASTN

About The Project

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.

Getting Started

Scripts are compatable with Python 3.9.14+, Pandas 2.0+, NumPy 1.4.2+, BLAST 2.14.

Prerequisites

  • Python
  • Pandas
  • NumPy
  • BLAST

Installation

conda create -n env_name python=3.9.14
conda install pandas
conda install numpy
conda install -c bioconda blast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages