Skip to content
Snippets Groups Projects
Commit 20ac05ea authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

SCHWED-3472: Always clean up after examples.

parent 9bb56462
No related branches found
No related tags found
No related merge requests found
......@@ -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
--------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment