From 20ac05eaeb0113b11692e3f0de5fe3dd48535768 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Tue, 31 Jul 2018 19:05:18 +0200 Subject: [PATCH] SCHWED-3472: Always clean up after examples. --- modules/bindings/doc/hhblits.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/bindings/doc/hhblits.rst b/modules/bindings/doc/hhblits.rst index b3cd0cd58..9ffb1c0c6 100644 --- a/modules/bindings/doc/hhblits.rst +++ b/modules/bindings/doc/hhblits.rst @@ -84,6 +84,9 @@ Very similar going by file: for hit in hits: print hit.aln + # cleanup + hh.Cleanup() + The alignments produced by HHblits are sometimes slightly better than by BLAST, so one may want to extract them: @@ -105,6 +108,9 @@ so one may want to extract them: print output['msa'] + # cleanup + hh.Cleanup() + Binding API -------------------------------------------------------------------------------- -- GitLab