Skip to content

Releases: ElofssonLab/PconsC2

PconsC2 v1.0-beta2

12 Jun 09:05
Compare
Choose a tag to compare
PconsC2 v1.0-beta2 Pre-release
Pre-release

PconsC2

Improved contact predictions using the recognition of protein like contact patterns.

Dependencies:

MATLAB is needed to run plmDCA. However, if MATLAB is not available you can also use a compiled version of plmDCA. For the compiled version to run you need to provide a path to MCR.

How to run it:

Make sure all dependencies are working correctly and adjust the paths in localconfig.py.

To run PconsC2 use:

./run_pconsc.py [-c n_cores] [-l n_layers] [--pconsc1]
             hhblits_database jackhmmer_database sequence_file
  • Required:
    • hhblits_database and jackhmmer_database are paths to the databases used by HHblits and Jackhmmer
    • sequence_file is the path to the input protein sequence in FASTA format (only single sequences).
  • Optional:
    • n_cores specifies the number of cores to use during computation (default: number of available cores).
    • n_layers is the number of layers of deep-learning being used (default: 5)
    • --pconsc1 flag runs PconsC1 instead of PconsC2

PconsC2

07 May 11:02
Compare
Choose a tag to compare
PconsC2 Pre-release
Pre-release

PconsC2

Improved contact predictions using the recognition of protein like contact patterns.

Dependencies:

MATLAB is needed to run plmDCA. However, if MATLAB is not available you can also use a compiled version of plmDCA. For the compiled version to run you need to provide a path to MCR.

How to run it:

Make sure all dependencies are working correctly and adjust the paths in localconfig.py.

To run PconsC2 use:

./run_pconsc.py [-c n_cores] [-l n_layers] [--pconsc1]
             hhblits_database jackhmmer_database sequence_file
  • Required:
    • hhblits_database and jackhmmer_database are paths to the databases used by HHblits and Jackhmmer
    • sequence_file is the path to the input protein sequence in FASTA format (only single sequences).
  • Optional:
    • n_cores specifies the number of cores to use during computation (default: number of available cores).
    • n_layers is the number of layers of deep-learning being used (default: 5)
    • --pconsc1 flag runs PconsC1 instead of PconsC2