Crates.io | GetPDB |
lib.rs | GetPDB |
version | 1.0.1 |
source | src |
created_at | 2019-09-18 15:44:30.042598 |
updated_at | 2019-09-26 13:42:33.355663 |
description | Download Protein files from rcsb.org |
homepage | |
repository | https://gitlab.com/philippe_noel/pdbget |
max_upload_size | |
id | 165769 |
size | 98,232 |
CLI program to download files from rcsb.org or PDBe
cargo install GetPDB
pdbget -v
git clone https://gitlab.com/philippe_noel/pdbget.git
cd pdbget
cargo install --path
pdbget --help
Get Protein files 1.0.1
Philippe Noel
Download Protein files on rcsb.org or pdbe
USAGE:
pdbget [OPTIONS] <PDBs>...
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o <Output> Output folder where to store files [default: ./]
-s <Server> Server name where to download pdb files. 'rcsb', 'pdbe'.
Format for rcsb: 'fasta', 'pdb', 'pdbgz', 'cif', 'cifgz', 'xmlgz'.
Format for pdbe: 'fasta', 'pdb', 'pdbgz', 'cif', 'xml'.
[default: rcsb]
-t <UriType> File type to download. 'pdb', 'pdbgz', 'cif', 'cifgz', 'fasta', 'xml', 'xmlgz' [default: PDB]
ARGS:
<PDBs>... PDB identifiers
With the -s option, you can specify the server where download files. Possible server are:
Format | RCSB | PDBe |
---|---|---|
FASTA | :heavy_check_mark: | :heavy_check_mark: |
PDB | :heavy_check_mark: | :heavy_check_mark: |
PDBGZ | :heavy_check_mark: | :heavy_check_mark: |
CIF | :heavy_check_mark: | :heavy_check_mark: |
CIFGZ | :heavy_check_mark: | :x: |
XML | :x: | :heavy_check_mark: |
XMLGZ | :heavy_check_mark: | :x: |
With the -t option, you can specify the output file format. Possible format are: