commit/galaxy-central: dannon: Realizing it's abstract, still require appropriate inputs to get_data in BaseDataProvider
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c05e0e9714f5/ Changeset: c05e0e9714f5 User: dannon Date: 2013-08-30 05:31:55 Summary: Realizing it's abstract, still require appropriate inputs to get_data in BaseDataProvider Affected #: 1 file diff -r c9b77dbc13165b020dfbe67b88faa99e5bf4d9fb -r c05e0e9714f5bd2ecfa96cfd6b6f7152b815e82f lib/galaxy/visualization/data_providers/basic.py --- a/lib/galaxy/visualization/data_providers/basic.py +++ b/lib/galaxy/visualization/data_providers/basic.py @@ -35,7 +35,7 @@ """ raise Exception( "Unimplemented Function" ) - def get_data( self, start_val=0, max_vals=sys.maxint, **kwargs ): + def get_data( self, chrom, start, end, start_val=0, max_vals=sys.maxint, **kwargs ): """ Returns data as specified by kwargs. start_val is the first element to return and max_vals indicates the number of values to return. 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)
-
commits-noreply@bitbucket.org