CLI program to download files from rcsb.org or PDBe
bash
cargo install GetPDB
pdbget -v
bash
git clone https://gitlab.com/philippe_noel/pdbget.git
cd pdbget
cargo install --path
pdbget --help
```bash Get Protein files 1.0.1 Philippe Noel Download Protein files on rcsb.org or pdbe
USAGE:
pdbget [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS: -o
ARGS:
| Format | RCSB | PDBe | |:------:|:------------------:|:------------------:| | FASTA | :heavycheckmark: | :heavycheckmark: | | PDB | :heavycheckmark: | :heavycheckmark: | | PDBGZ | :heavycheckmark: | :heavycheckmark: | | CIF | :heavycheckmark: | :heavycheckmark: | | CIFGZ | :heavycheckmark: | :x: | | XML | :x: | :heavycheckmark: | | XMLGZ | :heavycheckmark: | :x: |
With the -t option, you can specify the output file format. Possible format are: - pdb : PDB format - pdbgz : GZ compression of a PDB file - cif : CIF format - cifgz : GZ compression of a CIF file - fasta : FASTA sequence(s) of the protein - xml : GZ compression of an XML file (uncompress XML are not provide on rcsb.org)