# HG changeset patch
# User iuc
# Date 1596634580 0
# Node ID 5750f6d0d36981d79d972ec6788ecc815090248b
# Parent d2f4bfcf269ad17e003953913bfa59371a4daef2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit a8e319862d723654c372a6d71e5de76e052586a9"
diff -r d2f4bfcf269a -r 5750f6d0d369 data_manager/macros.xml
--- a/data_manager/macros.xml Thu Nov 28 20:32:41 2019 +0000
+++ b/data_manager/macros.xml Wed Aug 05 13:36:20 2020 +0000
@@ -5,7 +5,7 @@
the index versions in sync, but you should manually adjust the +galaxy
version number. -->
- 2.7.2b
+ 2.7.5b
- 2.7.1a
+ 2.7.4a
+ rnastar_index2x_versioned
@@ -27,7 +28,7 @@
-
+
@@ -53,7 +54,7 @@
-
@@ -76,10 +77,21 @@
--genomeDir 'tempstargenomedir'
--genomeFastaFiles '${refGenomeSource.genomeFastaFiles}'
## Handle difference between indices with/without annotations
- #if str($refGenomeSource.GTFconditional.GTFselect) == 'with-gtf':
- --sjdbOverhang '${refGenomeSource.GTFconditional.sjdbOverhang}'
- --sjdbGTFfile '${refGenomeSource.GTFconditional.sjdbGTFfile}'
- #if str($refGenomeSource.GTFconditional.sjdbGTFfile.ext) == 'gff3':
+ #if 'GTFconditional' in $refGenomeSource:
+ ## GTFconditional exists only in STAR, but not STARsolo
+ #if str($refGenomeSource.GTFconditional.GTFselect) == 'with-gtf':
+ --sjdbOverhang '${refGenomeSource.GTFconditional.sjdbOverhang}'
+ --sjdbGTFfile '${refGenomeSource.GTFconditional.sjdbGTFfile}'
+ #if str($refGenomeSource.GTFconditional.sjdbGTFfile.ext) == 'gff3':
+ --sjdbGTFtagExonParentTranscript Parent
+ #end if
+ #end if
+ #else:
+ ## ref genome selection is less complex for STARsolo cause
+ ## with-gtf is mandatory there
+ --sjdbOverhang '${refGenomeSource.sjdbOverhang}'
+ --sjdbGTFfile '${refGenomeSource.sjdbGTFfile}'
+ #if str($refGenomeSource.sjdbGTFfile.ext) == 'gff3':
--sjdbGTFtagExonParentTranscript Parent
#end if
#end if
@@ -110,6 +122,13 @@
#end if
#end if
]]>
+
+
+
+
+
@@ -119,48 +138,4 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r d2f4bfcf269a -r 5750f6d0d369 data_manager/rna_star_index_builder.xml
--- a/data_manager/rna_star_index_builder.xml Thu Nov 28 20:32:41 2019 +0000
+++ b/data_manager/rna_star_index_builder.xml Wed Aug 05 13:36:20 2020 +0000
@@ -1,4 +1,4 @@
-
+
builder
@@ -51,7 +51,7 @@
#if str($GTFconditional.GTFselect) == "withGTF":
--with-gene-model
#end if
---data-table rnastar_index2_versioned
+--data-table @IDX_DATA_TABLE@
--subdir '${subdir}'
]]>
diff -r d2f4bfcf269a -r 5750f6d0d369 data_manager_conf.xml
--- a/data_manager_conf.xml Thu Nov 28 20:32:41 2019 +0000
+++ b/data_manager_conf.xml Wed Aug 05 13:36:20 2020 +0000
@@ -1,7 +1,7 @@
-
-
+
+