Commit a46f1b12 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Revert changes to mmcif cache gen script

parent 7f9f5326
...@@ -181,7 +181,7 @@ files, we provide `scripts/data_dir_to_fasta.py`. ...@@ -181,7 +181,7 @@ files, we provide `scripts/data_dir_to_fasta.py`.
Next, generate a cache of certain datapoints in the mmCIF files: Next, generate a cache of certain datapoints in the mmCIF files:
```bash ```bash
python3 scripts/generate_prot_data_cache.py \ python3 scripts/generate_mmcif_cache.py \
mmcif_dir/ \ mmcif_dir/ \
mmcif_cache.json \ mmcif_cache.json \
--no_workers 16 --no_workers 16
......
import argparse import argparse
from functools import partial from functools import partial
import json
import logging import logging
from multiprocessing import Pool from multiprocessing import Pool
import os import os
import sys import sys
import json
sys.path.append(".") # an innocent hack to get this to run from the top level sys.path.append(".") # an innocent hack to get this to run from the top level
from tqdm import tqdm from tqdm import tqdm
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment