Skip to content
scdantu edited this page Apr 6, 2020 · 17 revisions

Welcome to the DyNoPy tutorial!

Hopefully, you will find the instructions provided here useful on how to use this code.


General tips

You can invoke the help by using the -h flag. eg:

dyno_coevolution.py -h


Generating coevolution matrix

dyno_coevolution.py calls the hhblits, hhfilter, egrep to generate the sequence alignment (.aln file) from the Uniref database and ccmpred to generate the coevolution matrix (.mat file) from the alignment.

Options:

-I <standard fasta file. for sample file, check DyNoPy/test/001/1btl.fasta>

-n <number of threads to use. For CCMpred GPU is best. Code will check if GPU hardware is available and will decide to use either CPU or GPU for CCMpred

-d <Uniprot/Swiss prot protein sequence database label

Sample usage:

dyno_coevolution.py -i 1btl.fasta -n 12

Test

Clone this wiki locally