Skip to content

Commit a74b709

Browse files
authored
Merge pull request #761 from malariagen/pf8-url-update
Updates pf8 default url to s3
2 parents a7bb710 + 68908b9 commit a74b709

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

malariagen_data/pf8_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"default_url": "gs://pf8-release/",
2+
"default_url": "s3://pf8-release/" ,
33
"metadata_path": "metadata/Pf8_samples.txt",
44
"reference_path": "reference/PlasmoDB-54-Pfalciparum3D7-Genome.zarr/",
55
"reference_contigs": [

tests/integration/test_pf8.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setup_pf8(url="simplecache::gs://pf8-release/", **storage_kwargs):
1616
@pytest.mark.parametrize(
1717
"url",
1818
[
19+
"s3://pf8-release/",
1920
"gs://pf8-release/",
2021
"gcs://pf8-release/",
2122
"gs://pf8-release",

0 commit comments

Comments
 (0)