Dan King

Results 218 comments of Dan King

one lint: ``` ruff format batch --diff --- batch/batch/front_end/front_end.py +++ batch/batch/front_end/front_end.py @@ -436,7 +436,6 @@ async def _get_job_resource_usage_from_record( app, record, batch_id: int, job_id: int ) -> Optional[Dict[str, Optional[pd.DataFrame]]]: - client_session...

@jigold Doesn't this suggest that the error's message is `'job_id'`? ``` > assert data['check_resource_aggregation_error'] is None, data E AssertionError: {'check_incremental_error': None, 'check_resource_aggregation_error': "'job_id'"} E assert "'job_id'" is None ``` The...

@jigold everything passing, shall we merge now?

To be clear this is a straight copy-paste job.

US datasets are copied and ready for use. Europe is in progress. Once everything is transitioned, we need to merge https://github.com/hail-is/hail/pull/14286 and release. Then loudly inform everyone of the loss...

The buckets: - gs://hail-datasets-europe-west1/ - gs://hail-datasets-us-central1/ - gs://hail-europe-west1-vep/ - gs://hail-europe-west2-vep/ - gs://hail-us-central1-vep/

HDF5 "files" are usually literally a single file. While fine for traditional file systems, this is not a good fit for object stores like GCS and S3. Object stores tend...

@iris-garden ![facepalm](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExNzY2Z3FnZHVpcnZvbm95am40OGVoNGd2dTVhdTdqZmdjOGs3ZjM0eSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/wMvESGxZ0Cqd2/giphy.gif) https://github.com/hail-is/hail/issues/8423 https://github.com/bioconda/bioconda-recipes/pull/37222 It's [horrendously out of date](https://github.com/bioconda/bioconda-recipes/blob/master/recipes/hail/meta.yaml#L2). I am *supremely* frustrated with the bioconda people. It's actively harmful to this project and to science to have a unmaintained...

I think this is pretty critical to making the Hail FSes a complete solution for scientists.