Skip to content

Scripts and protocols to search for cas proteins and CRISPR sequences

License

Notifications You must be signed in to change notification settings

UPOBioinfo/crispr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crispr

Scripts and protocols to search for cas proteins and CRISPR sequences

Files preparation

ls *.smp > cdd_crispr.pn
makeprofiledb -in cdd_crispr.pn -title cdd_crispr -dbtype 'rps'
perl constructMappingCDD.pl

Cas finding

rpsblast+ -query proteins.faa -db cdd_crispr.pn -evalue 1e-05 -outfmt '6 qseqid sseqid pident qcovs qcovhsp length qlen slen evalue qstart qend sstart send' -max_target_seqs 1 -out output.blast
perl filterRPSBlastOutput.pl output.blast

About

Scripts and protocols to search for cas proteins and CRISPR sequences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages