# HG changeset patch
# User iuc
# Date 1498206367 14400
# Node ID f537d3e00eb8ee551d797bb2b4b9222f88039a76
# Parent cdc4d8a998e1c41df61b9f4badaba5dfd8345265
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit 811025ef8d9f60f4b02d66f7218127669fb42e0b
diff -r cdc4d8a998e1 -r f537d3e00eb8 data_manager/rna_star_index_builder.py
--- a/data_manager/rna_star_index_builder.py Fri Apr 21 12:36:31 2017 -0400
+++ b/data_manager/rna_star_index_builder.py Fri Jun 23 04:26:07 2017 -0400
@@ -22,7 +22,7 @@
if options.withGTF:
withGTF = "1"
- data_manager_dict = {'data_tables': {options.data_table: [dict( value=options.value, dbkey=options.dbkey, name=options.name, path=options.subdir, withGTF=withGTF )]}}
+ data_manager_dict = {'data_tables': {options.data_table: [dict({"value": options.value, "dbkey": options.dbkey, "name": options.name, "path": options.subdir, "with-gtf": withGTF} )]}}
open( options.config_file, 'wb' ).write( json.dumps( data_manager_dict ) )
diff -r cdc4d8a998e1 -r f537d3e00eb8 data_manager_conf.xml
--- a/data_manager_conf.xml Fri Apr 21 12:36:31 2017 -0400
+++ b/data_manager_conf.xml Fri Jun 23 04:26:07 2017 -0400
@@ -17,7 +17,7 @@
${GALAXY_DATA_MANAGER_DATA_PATH}/${dbkey}/rnastar_index2/${value}/${path}
abspath
-
+
diff -r cdc4d8a998e1 -r f537d3e00eb8 tool-data/rnastar_index2.loc.sample
--- a/tool-data/rnastar_index2.loc.sample Fri Apr 21 12:36:31 2017 -0400
+++ b/tool-data/rnastar_index2.loc.sample Fri Jun 23 04:26:07 2017 -0400
@@ -5,9 +5,9 @@
#the directories in which those files are stored. The rnastar_index2.loc
#file has this format (longer white space characters are TAB characters):
#
-#
+#
#
-#The column should be 1 or 0, indicating whether the index was made
+#The column should be 1 or 0, indicating whether the index was made
#with an annotation (i.e., --sjdbGTFfile and --sjdbOverhang were used) or not,
#respecively.
#
diff -r cdc4d8a998e1 -r f537d3e00eb8 tool_data_table_conf.xml.sample
--- a/tool_data_table_conf.xml.sample Fri Apr 21 12:36:31 2017 -0400
+++ b/tool_data_table_conf.xml.sample Fri Jun 23 04:26:07 2017 -0400
@@ -6,7 +6,7 @@
- value, dbkey, name, path, withGTF
+ value, dbkey, name, path, with-gtf