# HG changeset patch # User iuc # Date 1498206401 14400 # Node ID 613b120db55c9eaa963b5b47889213659d12569b # Parent c5f5ec7155484da247ca7aaacea0bda81edbca5a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit 811025ef8d9f60f4b02d66f7218127669fb42e0b diff -r c5f5ec715548 -r 613b120db55c data_manager/rna_star_index_builder.py --- a/data_manager/rna_star_index_builder.py Fri Apr 21 12:38:10 2017 -0400 +++ b/data_manager/rna_star_index_builder.py Fri Jun 23 04:26:41 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 c5f5ec715548 -r 613b120db55c data_manager_conf.xml --- a/data_manager_conf.xml Fri Apr 21 12:38:10 2017 -0400 +++ b/data_manager_conf.xml Fri Jun 23 04:26:41 2017 -0400 @@ -17,7 +17,7 @@ ${GALAXY_DATA_MANAGER_DATA_PATH}/${dbkey}/rnastar_index2/${value}/${path} abspath - + diff -r c5f5ec715548 -r 613b120db55c tool-data/rnastar_index2.loc.sample --- a/tool-data/rnastar_index2.loc.sample Fri Apr 21 12:38:10 2017 -0400 +++ b/tool-data/rnastar_index2.loc.sample Fri Jun 23 04:26:41 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 c5f5ec715548 -r 613b120db55c tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Fri Apr 21 12:38:10 2017 -0400 +++ b/tool_data_table_conf.xml.sample Fri Jun 23 04:26:41 2017 -0400 @@ -6,7 +6,7 @@ - value, dbkey, name, path, withGTF + value, dbkey, name, path, with-gtf