# HG changeset patch
# User jjohnson
# Date 1502210456 14400
# Node ID 7de7487a7e8da283b613b4e66b174ed9cc45373c
# Parent  b3ae16ffb54eaf981e722e12581e6859b1b1605b
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 666539d2f4b2c8f8367f1bc3786f14a45dc639f6-dirty
diff -r b3ae16ffb54e -r 7de7487a7e8d eggnog_mapper.xml
--- a/eggnog_mapper.xml	Fri May 26 11:45:10 2017 -0400
+++ b/eggnog_mapper.xml	Tue Aug 08 12:40:56 2017 -0400
@@ -29,6 +29,13 @@
                 #end if
                 --Z=$db.hmm_options.Z
             #end if
+        #elif $db.mode == 'diamond':
+            ## $db.sensitive
+            ## $db.more_sensitive
+            --matrix '$db.matrix'
+            --gapopen '$db.gapopen'
+            --gapextend '$db.gapextend'
+            ## --seg '$db.seg'
         #end if
         #if $annotation_options.tax_scope:
             --tax_scope=$annotation_options.tax_scope
@@ -69,8 +76,10 @@
             
                 
                     
-                        
-                        
+                        
+                        
+                        
                         
                     
                 
@@ -92,6 +101,21 @@
             
             
                 
+                
+                
+                
+                
+                    
+                    
+                    
+                    
+                    
+                    
+                    
+                    
+                
+                
+                
             
         
         
@@ -246,7 +270,7 @@
             
         
         
-            output_options['no_annot'] == ''
+            not output_options['no_annot']
             
                 
             
diff -r b3ae16ffb54e -r 7de7487a7e8d tool-data/eggnog_mapper.loc.sample
--- a/tool-data/eggnog_mapper.loc.sample	Fri May 26 11:45:10 2017 -0400
+++ b/tool-data/eggnog_mapper.loc.sample	Tue Aug 08 12:40:56 2017 -0400
@@ -1,9 +1,18 @@
 #This is a sample file distributed with Galaxy that enables tools
 #to use a directory of eggnog_mapper data files. 
 #
+# eggnog-mapper requires the following files to be installed in the data directory:
+#  https://github.com/jhcepas/eggnog-mapper/blob/master/data/og2level.tsv.gz
+#  http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/eggnog.db.gz
+#  http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/OG_fasta.tar.gz
+# In addition individual HMM DBs can be installed from:
+#  http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/hmmdb_levels/
+# A complete diamond database is available from:
+#  http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/eggnog_proteins.dmnd.gz
+#
+# 
 #name	value	type	data_dir	
 #eggnog_4.5	eggnog_4.5 data	/depot/data2/galaxy/eggnog/eggnog_4.5/data
-#eggnog_4.5arcNOG	arcNOG	hmmer	/depot/data2/galaxy/eggnog/eggnog_4.5/data
-#eggnog_4.5euk	euk	hmmer	/depot/data2/galaxy/eggnog/eggnog_4.5/data
-#eggnog_4.5dmnd	eggnog_proteins.dmnd	diamond	/depot/data2/galaxy/eggnog/eggnog_4.5/data
-#
+#eggnog_4.5arcNOG	arcNOG	hmmer	eggnog_4.5
+#eggnog_4.5euk	euk	hmmer	eggnog_4.5
+#eggnog_4.5dmnd	eggnog_proteins.dmnd	diamond	eggnog_4.5