diff --git a/actions/pm-build-model b/actions/pm-build-model index f7155293b207884c311fae74dee167090d1866f1..f1f9b0ceded4a9681133f7c9db23dec822787651 100755 --- a/actions/pm-build-model +++ b/actions/pm-build-model @@ -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