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

add comment on psipred predictions

parent cfb041e7
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ try:
# get raw model
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
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