1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9d6a9963b0da/ changeset: 9d6a9963b0da user: dan date: 2011-11-22 18:21:05 summary: Have fimo.xml use fields.path approach instead of directly filtering on data table. affected #: 1 file diff -r 49c48236f6ae2d8557420b1393fd763ce5f28889 -r 9d6a9963b0da21fe3139fcefbd11c1ec6290a529 tools/meme/fimo.xml --- a/tools/meme/fimo.xml +++ b/tools/meme/fimo.xml @@ -32,7 +32,7 @@ #if str( $fasta_type.fasta_type_selector ) == 'history': "${fasta_type.input_database}" #else: - "${ filter( lambda x: str( x[0] ) == str( $fasta_type.input_database ), $__app__.tool_data_tables[ 'all_fasta' ].get_fields() )[0][3] }" + "${fasta_type.input_database.fields.path}" #end if ' 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.