Skip to content

Commit 420e8f3

Browse files
authored
fix(upload_index.sh): replace csv->json (#153)
1 parent ec0419a commit 420e8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/src/upload_index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# Find the latest version of the dataset
33
ORIGINAL_ID="13892061"
4-
FILE_TO_VERSION="manifests/profile_index.csv"
4+
FILE_TO_VERSION="manifests/profile_index.json"
55
METADATA_JSON='{
66
"metadata": {
77
"title": "The Joint Undertaking for Morphological Profiling (JUMP) Consortium Datasets Index",

0 commit comments

Comments
 (0)