automatically download nonzero datatype metadata

This commit is contained in:
Carl Pearson
2021-12-01 14:27:44 -08:00
parent 4a09bc2d33
commit 9800c3b5f9
7 changed files with 182 additions and 14 deletions

View File

@@ -2,8 +2,15 @@ import os
import sys
from pathlib import Path
from lib import matrix
try:
DIR = Path(os.environ["SS_DIR"])
except KeyError as e:
print("ERROR: $SS_DIR not set")
sys.exit(1)
SS_ROOT_URL = "https://sparse.tamu.edu"