commit/galaxy-central: jgoecks: Use correct index tables for setting dbkey of Tophat2 outputs.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b14f68fb3e85/ changeset: b14f68fb3e85 user: jgoecks date: 2013-01-17 18:56:03 summary: Use correct index tables for setting dbkey of Tophat2 outputs. affected #: 1 file diff -r f11abc888753d0b8efeb4cae653a21ca64a2ae5b -r b14f68fb3e853313d944f934cf279b3517d4a7e6 tools/ngs_rna/tophat2_wrapper.xml --- a/tools/ngs_rna/tophat2_wrapper.xml +++ b/tools/ngs_rna/tophat2_wrapper.xml @@ -323,7 +323,7 @@ <conditional name="refGenomeSource.genomeSource"><when value="indexed"><action type="metadata" name="dbkey"> - <option type="from_data_table" name="tophat_indexes" column="1" offset="0"> + <option type="from_data_table" name="tophat2_indexes" column="1" offset="0"><filter type="param_value" column="0" value="#" compare="startswith" keep="False"/><filter type="param_value" ref="refGenomeSource.index" column="0"/></option> @@ -342,7 +342,7 @@ <conditional name="refGenomeSource.genomeSource"><when value="indexed"><action type="metadata" name="dbkey"> - <option type="from_data_table" name="tophat_indexes" column="1" offset="0"> + <option type="from_data_table" name="tophat2_indexes" column="1" offset="0"><filter type="param_value" column="0" value="#" compare="startswith" keep="False"/><filter type="param_value" ref="refGenomeSource.index" column="0"/></option> @@ -361,7 +361,7 @@ <conditional name="refGenomeSource.genomeSource"><when value="indexed"><action type="metadata" name="dbkey"> - <option type="from_data_table" name="tophat_indexes" column="1" offset="0"> + <option type="from_data_table" name="tophat2_indexes" column="1" offset="0"><filter type="param_value" column="0" value="#" compare="startswith" keep="False"/><filter type="param_value" ref="refGenomeSource.index" column="0"/></option> @@ -380,7 +380,7 @@ <conditional name="refGenomeSource.genomeSource"><when value="indexed"><action type="metadata" name="dbkey"> - <option type="from_data_table" name="tophat_indexes" column="1" offset="0"> + <option type="from_data_table" name="tophat2_indexes" column="1" offset="0"><filter type="param_value" column="0" value="#" compare="startswith" keep="False"/><filter type="param_value" ref="refGenomeSource.index" column="0"/></option> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket