Skip to content

Commit 9b9608a

Browse files
authored
Merge pull request #1233 from nw20/pf8-remove-s3-url
Remove Sanger S3 URL from Pf8
2 parents 3c2ee64 + a804e5c commit 9b9608a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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": "s3://pf8-release/" ,
2+
"default_url": "gs://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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def setup_pf8(url="simplecache::gs://pf8-release/", **storage_kwargs):
1616
@pytest.mark.parametrize(
1717
"url",
1818
[
19-
"s3://pf8-release/",
2019
"gs://pf8-release/",
2120
"gcs://pf8-release/",
2221
"gs://pf8-release",

0 commit comments

Comments
 (0)