Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 898 Bytes

File metadata and controls

40 lines (30 loc) · 898 Bytes

CRISPR-Cas Prediction Tool

The CRISPR-Cas discovery pipeline used to build the CRISPR-Cas Atlas

Quickstart

Install the package

git clone https://github.com/Profluent-AI/CRISPR-Cas-Atlas
cd CRISPR-Cas-Atlas
mamba env create -f environment.yml
source activate casfinder
bash install.sh

Run example

cas_finder -n sample001 -t 32 cas_finder/test/input.fna output

Usage

Usage: cas_finder [options] <contigs> <outdir> 

positional arguments:
 contigs   input seqs in fasta format
 outdir    output directory

options:
      -n   sample or assembly name
      -m   minimum contig length
      -f   number of flanking bases around each crispr array
      -t   number of threads to use

Additional modules