#pdb #file-format #mmcif #rcsb

app pdb-fetch

Download Multiple Files from the PDB Archive

2 releases

0.1.1 Sep 22, 2022
0.1.0 Sep 22, 2022

#19 in #pdb

Download history 2/week @ 2024-02-13 54/week @ 2024-02-20 28/week @ 2024-02-27

84 downloads per month

MIT license

13KB
180 lines

pdb-fetch

$ pdb-fetch -h
                                                                                                                                                [bd9d7a9]
pdb-fetch 0.1.0
PY <py@pypy.info>
Download Multiple Files from the PDB Archive.

USAGE:
pdb-fetch [OPTIONS] --file <FILE>

OPTIONS:
-f, --file <FILE>                  The input file containing a newline-separated list of PDB ids
-o, --output <OUTPUT>              The output dir, default: current dir
--format <FORMAT>              Download file format each PDB id [default: pdb] [possible
values: pdb, cif]
--concurrency <CONCURRENCY>    Number of concurrency for batch downloading [default: 80]
-e, --err-file <ERR_FILE>          The file for error PDB ids, default: "error.pdb-id.log"
-h, --help                         Print help information
-V, --version                      Print version information

Dependencies

~9–23MB
~341K SLoC