j3xugit / RaptorX-3DModeling

Note that current version does not include search of very large metagenome data. For some proteins, metagenome data is important. We will update this as soon as possible.
GNU General Public License v3.0
100 stars 27 forks source link

Method called, but not implemented #2

Closed oliverdutton closed 3 years ago

oliverdutton commented 3 years ago

Short summary Method called from config that's not implemented

RaptorX-3DModeling/DL4DistancePrediction4/FeatureUtils.py uses the method layers = config.ParseESMmode(modelSpecs) in line 70

Method not in config. Implement placeholder.

j3xugit commented 3 years ago

I updated config.py

oliverdutton commented 3 years ago

Thanks