X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fpython%2Frunner%2Fpipeline.py;h=2ea912df686bcfc79f521af4025d53a945819583;hb=431623ab5cb2ff34e7052b4bba0d84550a295c6a;hp=a722970b4ce782fe97722d8b819de6c813170879;hpb=48c9a4855bde90a698842d4788168cb71744270c;p=alexxy%2Fgromacs.git diff --git a/src/python/runner/pipeline.py b/src/python/runner/pipeline.py index a722970b4c..2ea912df68 100644 --- a/src/python/runner/pipeline.py +++ b/src/python/runner/pipeline.py @@ -35,7 +35,7 @@ class GromacsPipeline(TrajectoryAnalysis.TrajectoryAnalysisModule): self.options.append(options_list) def initOptions(self, options, settings): - options.setDescription(self.description()) + settings.setHelpText(self.description()) def getBatch(self): return self.modules