2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d5ce503c01b7/ Changeset: d5ce503c01b7 Branch: next-stable User: jeremy goecks Date: 2014-02-07 03:41:32 Summary: Prioritize gene id over transcript id for interval name in GFF data provider. Affected #: 1 file diff -r 54508df431ac564f4ddaf37e3c647f5b18576cbf -r d5ce503c01b7e5520133014d0927b3d062eb9705 lib/galaxy/datatypes/util/gff_util.py --- a/lib/galaxy/datatypes/util/gff_util.py +++ b/lib/galaxy/datatypes/util/gff_util.py @@ -75,7 +75,7 @@ # Preference for name: GTF, GFF3, GFF. for attr_name in [ # GTF: - 'transcript_id', 'gene_id', + 'gene_id', 'transcript_id', # GFF3: 'ID', 'id', # GFF (TODO): https://bitbucket.org/galaxy/galaxy-central/commits/a27397279430/ Changeset: a27397279430 User: jeremy goecks Date: 2014-02-07 03:42:29 Summary: Merge next-stable to default Affected #: 1 file diff -r d92f65506e1cdc46b29aa0049d04bf2fb4179742 -r a2739727943039f4c8f74194491396ffa1299267 lib/galaxy/datatypes/util/gff_util.py --- a/lib/galaxy/datatypes/util/gff_util.py +++ b/lib/galaxy/datatypes/util/gff_util.py @@ -75,7 +75,7 @@ # Preference for name: GTF, GFF3, GFF. for attr_name in [ # GTF: - 'transcript_id', 'gene_id', + 'gene_id', 'transcript_id', # GFF3: 'ID', 'id', # GFF (TODO): 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.