Spaces:
Runtime error
Runtime error
File size: 263 Bytes
8918ac7 |
1 2 3 4 5 6 7 8 |
base_dir=data/uricase_search
python src/crawler/structure/download_rcsb.py \
--pdb_file $base_dir/human_source_enzyme_homodimer_monomer_uniprot.txt \
--out_dir $base_dir/pdb \
--type pdb \
--error_file $base_dir/pdb_error.csv \
--unzip
|