# HG changeset patch
# User iuc
# Date 1484901797 18000
# Node ID f3a9bac864b0da5a83ec1c0ebc2bc5ab0f0866c4
# Parent ae9e0b95f0c3ce77952cb72bd6c00608704c998f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
diff -r ae9e0b95f0c3 -r f3a9bac864b0 hmmsearch.xml
--- a/hmmsearch.xml Mon Nov 14 15:08:48 2016 -0500
+++ b/hmmsearch.xml Fri Jan 20 03:43:17 2017 -0500
@@ -35,13 +35,13 @@
- 'tblout' in str(oformat)
+ oformat and 'tblout' in oformat
- 'domtblout' in str(oformat)
+ oformat and 'domtblout' in oformat
- 'pfamtblout' in str(oformat)
+ oformat and 'pfamtblout' in oformat