From 0a685f6dac02010a614ff054074d388c7a6d5681 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Fri, 9 Nov 2018 16:36:25 +0100
Subject: [PATCH] add comment on psipred predictions

---
 actions/pm-build-model | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/actions/pm-build-model b/actions/pm-build-model
index f7155293..f1f9b0ce 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
-- 
GitLab