1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8019917d7c30/ changeset: 8019917d7c30 user: dannon date: 2013-02-22 17:14:37 summary: Update documentation for max_data_lines defaulting to 100000. affected #: 1 file diff -r 6714ad95a7f3dc9096e4630633beab30df54cdd8 -r 8019917d7c309b2e9d4ca25078a6bda15569f94f lib/galaxy/datatypes/tabular.py --- a/lib/galaxy/datatypes/tabular.py +++ b/lib/galaxy/datatypes/tabular.py @@ -35,19 +35,19 @@ data.Text.init_meta( self, dataset, copy_from=copy_from ) def set_meta( self, dataset, overwrite = True, skip = None, max_data_lines = 100000, max_guess_type_data_lines = None, **kwd ): """ - Tries to determine the number of columns as well as those columns - that contain numerical values in the dataset. A skip parameter is - used because various tabular data types reuse this function, and - their data type classes are responsible to determine how many invalid - comment lines should be skipped. Using None for skip will cause skip - to be zero, but the first line will be processed as a header. A + Tries to determine the number of columns as well as those columns that + contain numerical values in the dataset. A skip parameter is used + because various tabular data types reuse this function, and their data + type classes are responsible to determine how many invalid comment + lines should be skipped. Using None for skip will cause skip to be + zero, but the first line will be processed as a header. A max_data_lines parameter is used because various tabular data types reuse this function, and their data type classes are responsible to determine how many data lines should be processed to ensure that the non-optional metadata parameters are properly set; if used, optional metadata parameters will be set to None, unless the entire file has - already been read. Using None (default) for max_data_lines will - process all data lines. + already been read. Using None for max_data_lines will process all data + lines. Items of interest: 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.