Help |
[Homepage] [Download] [Web Tools] [FAQ] Contact: oranit@post.tau.ac.il |
|
ARTS Web Server: The web server runs ARTS algorithm with the default values. It is recommended to use this option if you are not familier with the parameters of ARTS. If you wish to obtain more advanced alignments, you can download the software and play around with the parameters. Pairwise Alignment: Input:
Ouput: After submitting a query, the html page will be updated every 10 seconds till the results will be obtained. Also, an email with a link to the results will be sent to the user. This link will list the top-ranking alignments found by ARTS. Database Search: Input:
Ouput: An email with a link to the results will be sent to the user. This link will list the top-ranking alignments found by ARTS. Running ARTS: Pairwise Alignment: Command line: arts <PDB file> <PDB file> [options] where options are: -c, --config=configuration file configuration file. If not specified, the default parameters are used. -o, --output=output file output file. If not specified, the output will be printed into a file named arts.output Input: The names of two PDB files are expected in the command line. Additionally, it is expected that for each PDB file, there is a file describing the list of all base-pairs under the same directory. If the name of the PDB file is x.pdb, then the name of the base-pair file should be x.pairs. The format describing a base-pair is '<chain>:<residue>-<chain>:<residue>'. Here is an example for a base-pair file: #
FORMAT:
<chain>:<residue>-<chain>:<residue>
Database Search: Command line: Input: Two input files are expected in the command line: (i) a query PDB file , and (ii) a file with a list of PDB files describing the structures in the database. Additionally,, it is assumed that for each PDB file (both query and DB), there is a file describing the list of all base-pairs under the same directory. If the name of the PDB file is x.pdb, then the name of the base-pair file should be x.pairs. The format describing a base-pair is '<chain>:<residue>-<chain>:<residue>'. Here is an example for a base-pair file: # FORMAT: <chain>:<residue>-<chain>:<residue>B:2-B:46 B:3-B:45 B:4-B:44 B:5-B:43 B:6-B:42 B:8-B:41 B:9-B:40 B:11-B:39 B:12-B:38
More Details: Please see the README file. |