# HG changeset patch
# User bebatut
# Date 1488539909 18000
# Node ID 8192fbe69c0e460c0270ca9f8772fd15dc90ec21
# Parent 2caada2d49bccc527abc558c5444a7e4f23d5778
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b'f45f31529390153bdaf93a3c94a65f6888ed484b\n'-dirty
diff -r 2caada2d49bc -r 8192fbe69c0e humann2.xml
--- a/humann2.xml Thu Mar 02 09:25:07 2017 -0500
+++ b/humann2.xml Fri Mar 03 06:18:29 2017 -0500
@@ -67,9 +67,10 @@
#set $metaphlan_option += " --bowtie2db " + ref_db/ref_db
#set $metaphlan_option += " --mpa_pkl " + ref_db/metadata.pkl
#else
- #set $path = $db.cached_db.fields.path
- --bowtie2db `ls $path/*.pkl | sed 's/\(.*\)\..*/\1/'`
- --mpa_pkl `ls $path/*.pkl`
+ #set $path = $taxo_profile.metaphlan2_db_choice.cached_db.fields.path
+ #set $value = $taxo_profile.metaphlan2_db_choice.cached_db.fields.value
+ --bowtie2db $path/$value
+ --mpa_pkl $path/$value'.pkl'
#end if
#end if
--metaphlan-options="$metaphlan_option"
@@ -182,8 +183,8 @@
-
-
+
+
diff -r 2caada2d49bc -r 8192fbe69c0e repository_dependencies.xml
--- a/repository_dependencies.xml Thu Mar 02 09:25:07 2017 -0500
+++ b/repository_dependencies.xml Fri Mar 03 06:18:29 2017 -0500
@@ -1,5 +1,5 @@
-
+