"git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "093efb9a81af77aac0f396b157f11cd5a197fa74"
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`.
Next, generate a cache of certain datapoints in the mmCIF files:
```bash
python3 scripts/generate_prot_data_cache.py \
python3 scripts/generate_mmcif_cache.py \
mmcif_dir/ \
mmcif_cache.json \
--no_workers 16
......
import argparse
from functools import partial
import json
import logging
from multiprocessing import Pool
import os
import sys
import json
sys.path.append(".") # an innocent hack to get this to run from the top level
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