diff --git a/lib/galaxy/webapps/galaxy/services/history_contents.py b/lib/galaxy/webapps/galaxy/services/history_contents.py index be4727ae0f52..d82375f584ec 100644 --- a/lib/galaxy/webapps/galaxy/services/history_contents.py +++ b/lib/galaxy/webapps/galaxy/services/history_contents.py @@ -498,7 +498,9 @@ def prepare_collection_download(self, trans, id: DecodedDatabaseIdField) -> Asyn def __stream_dataset_collection(self, trans, dataset_collection_instance): archive = hdcas.stream_dataset_collection( - dataset_collection_instance=dataset_collection_instance, upstream_mod_zip=trans.app.config.upstream_mod_zip + dataset_collection_instance=dataset_collection_instance, + upstream_mod_zip=trans.app.config.upstream_mod_zip, + upstream_gzip=trans.app.config.upstream_gzip, ) return archive