# HG changeset patch
# User iuc
# Date 1522864873 14400
# Node ID ae4754e7c97a1c00eb8fabcf409c1cbcfb680112
# Parent d15979968b7424572f47eaa2ba0761ac4208de98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit a1a31824fc24d5e652c263b998b7f2363cbd7610
diff -r d15979968b74 -r ae4754e7c97a nhmmer.xml
--- a/nhmmer.xml Mon Nov 14 15:11:53 2016 -0500
+++ b/nhmmer.xml Wed Apr 04 14:01:13 2018 -0400
@@ -42,13 +42,13 @@
- 'tblout' in str(oformat)
+ oformat and 'tblout' in oformat
- 'pfamtblout' in str(oformat)
+ oformat and 'pfamtblout' in oformat
- 'aliscoresout' in str(oformat)
+ oformat and 'aliscoresout' in oformat
diff -r d15979968b74 -r ae4754e7c97a tool_dependencies.xml
--- a/tool_dependencies.xml Mon Nov 14 15:11:53 2016 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-
-
-
-
-
-