commit/galaxy-central: richard_burhans: fixed displayed line count
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/acbd9488ba36/ changeset: acbd9488ba36 user: richard_burhans date: 2011-06-17 19:13:01 summary: fixed displayed line count affected #: 1 file (8 bytes) --- a/lib/galaxy/datatypes/wsf.py Fri Jun 17 12:16:53 2011 -0400 +++ b/lib/galaxy/datatypes/wsf.py Fri Jun 17 13:13:01 2011 -0400 @@ -26,7 +26,7 @@ def set_meta( self, dataset, overwrite = True, **kwd ): - Tabular.set_meta( self, dataset, overwrite=overwrite, skip=1, max_data_lines=None, **kwd ) + Tabular.set_meta( self, dataset, overwrite=overwrite, max_data_lines=None, **kwd ) # these two if statements work around a potential bug in metadata.py if dataset.metadata.labels is None or dataset.metadata.labels == dataset.metadata.spec['labels'].no_value: self._set_column_labels_metadata( dataset ) 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