# HG changeset patch
# User iuc
# Date 1547245725 18000
# Node ID 0e136caab106cad7a18334a847032aa1854acf97
# Parent 424f44e3448d2164a56158a58969ffa5462acb30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
diff -r 424f44e3448d -r 0e136caab106 gemini_load.xml
--- a/gemini_load.xml Mon Dec 17 12:18:25 2018 -0500
+++ b/gemini_load.xml Fri Jan 11 17:28:45 2019 -0500
@@ -11,7 +11,7 @@
input.vcf.gz &&
tabix -p vcf input.vcf.gz &&
@@ -19,62 +19,77 @@
@BINARY@
-v input.vcf.gz
#if str( $annotation_type ) != "None":
- -t "$annotation_type"
+ -t $annotation_type
#end if
+ $has_genotypes
+
#if $ped:
-p $ped
#end if
- $skip_gerp_bp
- $skip_cadd
- $skip_gene_tables
- $no_load_genotypes
- $no_genotypes
- $passonly
- $infostring
+ #if 'gerp_bp' not in str($opt_content):
+ --skip-gerp-bp
+ #end if
+ #if 'cadd' not in str($opt_content):
+ --skip-cadd
+ #end if
+ #if 'gene_tables' not in str($opt_content):
+ --skip-gene-tables
+ #end if
+ #if 'genotypes' not in str($opt_content):
+ --no-load-genotypes
+ #end if
+ #if 'gt_pl' not in str($opt_content):
+ --skip-pls
+ #end if
+ #if 'passonly' in str($opt_content):
+ --passonly
+ #end if
+ #if 'info_string' in str($opt_content):
+ --save-info-string
+ #end if
+
--cores \${GALAXY_SLOTS:-4}
- "${ outfile }"
+ '$outfile'
]]>
-
+
-
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -83,41 +98,62 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
@@ -125,8 +161,95 @@
diff -r 424f44e3448d -r 0e136caab106 gemini_macros.xml
--- a/gemini_macros.xml Mon Dec 17 12:18:25 2018 -0500
+++ b/gemini_macros.xml Fri Jan 11 17:28:45 2019 -0500
@@ -21,9 +21,17 @@
+
+
+
+ 10.1371/journal.pcbi.1003153
+
+
+
+
@@ -33,31 +41,36 @@
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
@@ -66,27 +79,23 @@
-
+
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -100,10 +109,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value.strip()
+
+
+
+
+
+
+
+
+
+ value.strip()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value.strip()
+
+
+ not value or value.isdigit()
+
+
+ not value or value.isdigit()
+
+
+
+
@@ -116,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 424f44e3448d -r 0e136caab106 repository_dependencies.xml
--- a/repository_dependencies.xml Mon Dec 17 12:18:25 2018 -0500
+++ b/repository_dependencies.xml Fri Jan 11 17:28:45 2019 -0500
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file