-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Rauf Salamzade edited this page Jul 16, 2021
·
3 revisions
ConSequences is a Python written suite designed to identify highly conserved and contiguous long stretches of DNA shared between two independent DNA molecules.
It consists of three programs:
-
delineateSegmentsOnReference.py
: This program will take a reference scaffold and identify conserved and contiguous segments it shares with one or more query scaffolds. -
generateReferenceMSA.py
: This program will generate a reference-based MSA for a segment of interest using results from delineateSegmentsOnReference.py. -
querySegmentInRawReads.py
: This program will use a segment MSA(s) (as generated by generateReferenceMSA.py) and check if some sample's raw sequencing data shows signs of having the assembly path for the segment.