Skip to content

My scripts to parse the results from different CRISPR-finding tools.

Notifications You must be signed in to change notification settings

arif-tanmoy/CRISPR-parsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

CRISPRDetect-parsing

This Script summarizes the results of a CRISPR finding tool, CRISPRDetect in a tab-delimited file.

USE:

python SummarizeCRISPRDetect.py <CRISPRDetect_result_file> <Parsed_File>

OUTPUT_FORMAT:(TAB separated)

primary_Repeat, alternative_repeat, repeat_no, repeat_len, identity, spacer_length, contig/seq_name, contig/seq_end_position, questionable_array(yes/no), score, LeftFlankSeq, RightFlankSeq

Silent line 60 if you do not want to print/see the results on commandline

Requirements

=> python 2.7 => packages: sys, numpy

Citing CRISPRDetect:

Biswas A et al (2016). https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-016-2627-0

About

My scripts to parse the results from different CRISPR-finding tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages