Skip to content
Snippets Groups Projects
Commit 7095207e authored by Studer Gabriel's avatar Studer Gabriel
Browse files

comment

parent 4a344842
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,8 @@ try:
mhandle = modelling.BuildRawModel(opts.alignments)
# add profiles if any
# no psipred predictions are added, as the default modelling pipeline
# we're using here never looks at them
# we're using here never looks at them. If we need psipred predictions,
# pssm files would not be sufficient and we would be restricted to hhm.
if len(opts.profiles) > 0:
modelling.SetSequenceProfiles(mhandle, opts.profiles)
# build final model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment