|
File set allows one to upload a set of structures to be taken as search targets. The structures must be represented by valid PDB or mmCIF coordinate files (or any combination of them) and be packed into a tarball. The corresponding UNIX command is tar cvf tarball.tar *.pdbwhere "*.pdb" exemplifies the PDB files that should be included into the tarball. In order to make the upload faster, the files may be be gzipped or compressed, for example: gzip *.pdb tar cvf tarball.tar *.pdb.gzor compress *.pdb tar cvf tarball.tar *.pdb.ZYou may as well gzip/compress the entire tarball: tar cvf tarball.tar *.pdb gzip tarball.taror tar cvf tarball.tar *.pdb compress tarball.tarand the resulting "tarball.tar.gz" ("tarball.tar.Z") is just as good for upload. However, we advise you to gzip/compress the structures, rather than the tarball, because it saves disk space on our server.
NOTE 1: the tarball should contain only coordinate files.
In most cases, non-coordinate files (or invalid PDB/mmCIF files) will be
safely and silently ignored, however there is a chance that they confuse
the server.
 
|