Mercurial > repos > bebatut > sortmerna
comparison sortmerna.xml @ 17:715c75d6d784 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/sortmerna commit 044a991b45c9135339daf138929887cd8e93a1bf-dirty
author | bebatut |
---|---|
date | Mon, 12 Jun 2017 07:49:01 -0400 |
parents | 1a4662c2d6db |
children | 63e6d7aefbe6 |
comparison
equal
deleted
inserted
replaced
16:1a4662c2d6db | 17:715c75d6d784 |
---|---|
36 #end for | 36 #end for |
37 #else if str( $databases_type.databases_selector ) == 'cached_to_index' | 37 #else if str( $databases_type.databases_selector ) == 'cached_to_index' |
38 ## databases path is not directly accessible, must match by hand with LOC file contents | 38 ## databases path is not directly accessible, must match by hand with LOC file contents |
39 #set $data_table = dict([(_[0], _[2]) for _ in $databases_type.input_databases.input.options.tool_data_table.data]) | 39 #set $data_table = dict([(_[0], _[2]) for _ in $databases_type.input_databases.input.options.tool_data_table.data]) |
40 #for $db in $databases_type.input_databases.value | 40 #for $db in $databases_type.input_databases.value |
41 #set $ref += $sep + $databases_type.input_databases.path + '.fasta,' + $databases_type.input_databases.path + '-reindexed' | 41 #set $ref += $sep + $databases_type.input_databases.fields.path + '.fasta,' + $databases_type.input_databases.fields.path + '-reindexed' |
42 #set $sep = ':' | 42 #set $sep = ':' |
43 #end for | 43 #end for |
44 #else: | 44 #else: |
45 ## databases path is not directly accessible, must match by hand with LOC file contents | 45 ## databases path is not directly accessible, must match by hand with LOC file contents |
46 #set $data_table = dict([(_[0], _[2]) for _ in $databases_type.input_databases.input.options.tool_data_table.data]) | 46 #set $data_table = dict([(_[0], _[2]) for _ in $databases_type.input_databases.input.options.tool_data_table.data]) |
47 #for $db in $databases_type.input_databases.value | 47 #for $db in $databases_type.input_databases.value |
48 #set $ref += $sep + $databases_type.input_databases.path + '.fasta,' + $databases_type.input_databases.path | 48 #set $ref += $sep + $databases_type.input_databases.fields.path + '.fasta,' + $databases_type.input_databases.fields.path |
49 #set $sep = ':' | 49 #set $sep = ':' |
50 #end for | 50 #end for |
51 #end if | 51 #end if |
52 | 52 |
53 #if str( $databases_type.databases_selector ) != 'cached': | 53 #if str( $databases_type.databases_selector ) != 'cached': |