Skip to content

Commit 07e75c2

Browse files
timothymillarmergify[bot]
authored andcommitted
Update links to validation data
1 parent ae929c4 commit 07e75c2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

validation/gwas/method/pc_relate/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ HapMap data.
55
This code is scheduled as part of the Github Actions CI.
66

77
To run manually, you need to first download the test data
8-
from `gs://sgkit-data/validation/hapmap_JPT_CHB_r23a_filtered.zip`,
9-
keep in mind that `sgkit-data` GCS bucket uses
10-
[Requester Pays config](https://cloud.google.com/storage/docs/requester-pays),
11-
and the file size is about 32MB.
8+
from `https://storage.googleapis.com/sgkit-data/validation/hapmap_JPT_CHB_r23a_filtered.zip`,
9+
the file size is about 32MB.
1210

1311
```bash
14-
gsutil -u $BILLING_PROJECT cp gs://sgkit-data/validation/hapmap_JPT_CHB_r23a_filtered.zip /tmp/
12+
wget https://storage.googleapis.com/sgkit-data/validation/hapmap_JPT_CHB_r23a_filtered.zip -P /tmp/
1513
./run.sh /tmp/hapmap_JPT_CHB_r23a_filtered.zip
1614
```
1715

validation/gwas/method/pc_relate/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ TEST_DATA="$1"
1010

1111
if [[ -z "$TEST_DATA" ]]; then
1212
echo "usage $0 <PATH_TO_TEST_DATA>" >&2
13-
echo "You can download real test data from gs://sgkit-data/validation/hapmap_JPT_CHB_r23a_filtered.zip" >&2
14-
echo "sgkit-data GCS bucket uses Requester Pays config: https://cloud.google.com/storage/docs/requester-pays" >&2
13+
echo "You can download real test data from https://storage.googleapis.com/sgkit-data/validation/hapmap_JPT_CHB_r23a_filtered.zip" >&2
1514
exit 1
1615
fi
1716

0 commit comments

Comments
 (0)