# HG changeset patch
# User iuc
# Date 1547247097 18000
# Node ID c63b7eefb07a6a79621920a72217e7f42b692191
# Parent 69b5327a1f88f43a52cad157ad21f550d76b41ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
diff -r 69b5327a1f88 -r c63b7eefb07a gemini_macros.xml
--- a/gemini_macros.xml Fri Dec 14 13:02:36 2018 -0500
+++ b/gemini_macros.xml Fri Jan 11 17:51:37 2019 -0500
@@ -1,15 +1,12 @@
- 0.18.1
+ 0.20.1
- 181
+ 200
gemini
- tabix
-
-
@@ -24,9 +21,17 @@
+
+
+
+ 10.1371/journal.pcbi.1003153
+
+
+
+
@@ -36,31 +41,36 @@
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
@@ -69,27 +79,23 @@
-
+
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -103,10 +109,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value.strip()
+
+
+
+
+
+
+
+
+
+ value.strip()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value.strip()
+
+
+ not value or value.isdigit()
+
+
+ not value or value.isdigit()
+
+
+
+
@@ -119,67 +205,50 @@
#end if
-
- #if str($filter.filter_selector) == 'yes' and $filter.filter:
- --filter '${ str( $filter.filter ) }'
+
+ #if str($report.report_selector) == 'full':
+ #set cols = "*"
+ #else:
+ #if $report.columns and str($report.columns) != '':
+ #set $cols = str($report.columns)
+ #else
+ #set $cols = ''
+ #end if
+ #if str($report.extra_cols).strip():
+ #if $cols:
+ #set $cols = $cols + ', ' + str($report.extra_cols)
+ #else:
+ #set $cols = str($report.extra_cols)
+ #end if
+ #end if
+ #if not $cols:
+ #set $cols = "variant_id, gene"
+ #end if
#end if
- #if $report.report_selector != 'all':
- --columns "${report.columns}
- #if str($report.extra_cols).strip()
- #echo ','+','.join(str($report.extra_cols).split())
- #end if
- "
+ @SET_COLS@
+ #if $cols != "*"
+ --columns '$cols'
#end if
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 10.1371/journal.pcbi.1003153
-
-
-
-
-
-
-
-
-
- value is not None and value.metadata.gemini_version == "@VERSION@"
-
-
-
+ = %d" % int($r.start))
+ #end if
+ #if str($r.stop).strip():
+ #silent $r_elements.append("end <= %d" % int($r.stop))
+ #end if
+ #silent $region_elements.append("(%s)" % " AND ".join($r_elements))
+ #end for
+ ]]>
+
diff -r 69b5327a1f88 -r c63b7eefb07a gemini_pathways.xml
--- a/gemini_pathways.xml Fri Dec 14 13:02:36 2018 -0500
+++ b/gemini_pathways.xml Fri Jan 11 17:51:37 2019 -0500
@@ -1,4 +1,4 @@
-
+
Map genes and variants to KEGG pathways
gemini_macros.xml
@@ -15,18 +15,23 @@
@BINARY@
-v $ensembl
$lof
- "${ infile }"
- > "${ outfile }"
+ '$infile'
+ > '$outfile'
]]>
-
-
+
+
+
+
+
+
+
-
@@ -37,7 +42,7 @@
-
+