|
| 1 | +# SSDraw single Command |
| 2 | + |
| 3 | +This section documents the `ssdraw single` command. |
| 4 | + |
| 5 | +```bash |
| 6 | +usage: generate_docs.py single [-h] [-f FASTA] [-p PDB] [-n NAME] [-o OUTPUT] [--SS SS] [--chain_id CHAIN_ID] [--color_map [COLOR_MAP ...]] |
| 7 | + [--scoring_file SCORING_FILE] [--color COLOR] [-conservation_score] [--output_file_type OUTPUT_FILE_TYPE] [-bfactor] |
| 8 | + [-mview] [--dpi DPI] [--ticks TICKS] [--start START] [--end END] [--dssp_exe DSSP_EXE] [--consurf CONSURF] |
| 9 | + [--fontsize FONTSIZE] [--fontcolor FONTCOLOR] |
| 10 | + |
| 11 | +options: |
| 12 | + -h, --help show this help message and exit |
| 13 | + -f, --fasta FASTA (required) sequence/alignment file in fasta format |
| 14 | + -p, --pdb PDB (required) pdb file |
| 15 | + -n, --name NAME (required) id of the protein in the alignment file |
| 16 | + -o, --output OUTPUT (required) name for output file |
| 17 | + --SS SS secondary structure annotation in DSSP or .horiz format. If this option is not provided, SSDraw will compute secondary structure |
| 18 | + from the given PDB file with DSSP. |
| 19 | + --chain_id CHAIN_ID chain id to use in pdb. Defaults to chain A. |
| 20 | + --color_map [COLOR_MAP ...] |
| 21 | + color map to use for heat map |
| 22 | + --scoring_file SCORING_FILE |
| 23 | + custom scoring file for alignment |
| 24 | + --color COLOR color for the image. Can be a color name (eg. white, black, green), or a hex code |
| 25 | + -conservation_score score alignment by conservation score |
| 26 | + --output_file_type OUTPUT_FILE_TYPE |
| 27 | + output file type. Options: png, ps, eps, tif, svg |
| 28 | + -bfactor score by B-factor |
| 29 | + -mview color by mview color map |
| 30 | + --dpi DPI dpi to use for final plot |
| 31 | + --ticks TICKS set ticks at every nth position |
| 32 | + --start START |
| 33 | + --end END |
| 34 | + --dssp_exe DSSP_EXE The path to your dssp executable. Default: mkdssp |
| 35 | + --consurf CONSURF consurf or rate4site file to color image with. If rate4site file is given, SSDraw will convert raw scores to grades. |
| 36 | + --fontsize FONTSIZE font size for residue numbers |
| 37 | + --fontcolor FONTCOLOR |
| 38 | + font color for residue numbers |
| 39 | +``` |
0 commit comments