You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: symmetry-tools/docs/CeSymm.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,17 @@ Short Option | Long Option | Description
39
39
| --fasta=file | Output alignment as FASTA alignment output
40
40
-j | --show3d | Force jMol display for each structure [default for <10 structures when specified on command line]
41
41
-J | --noshow3d | Disable jMol display [default with --input or for >=10 structures]
42
-
| --ordermethod=Class | Order detection method. Can be a full class name or a short class name from the org.biojava.nbio.structure.align.symmetry.internal package. [default SequenceFunctionOrderDetector]
43
-
| --refinemethod=Class | Refiner method. Can be a full class name or a short class name from the org.biojava.nbio.structure.align.symmetry.internal package. [default Single]
44
-
| --symmtype=Class | Symmetry Type. Can be a full class name or a short class name from the org.biojava.nbio.structure.align.symmetry.internal package. [default Auto]
42
+
| --ordermethod=Class | Order detection method: SEQUENCE_FUNCTION (default), GRAPH_COMPONENT, ANGLE, or USER_INPUT
43
+
| --order <int> | Force a particular order. If positive, implies --ordermethod=USER_INPUT.
44
+
| --refinemethod=Class | Refiner method: SEQUENCE_FUNCTION (default), NOT_REFINED, or GRAPH_COMPONENT
45
+
| --symmtype=Class | Restrict symmetry to: CLOSED, OPEN, or AUTO (default)
45
46
| --pdbfilepath=dir | Download directory for new structures [default tmp folder]. Can also be set with the PDB_DIR environmental variable.
46
47
| --threads=int | Number of threads
47
48
| --maxgapsize=float| This parameter configures the maximum gap size G, that is applied during the AFP extension. The larger the value, the longer the calculation time can become, Default value is 30. Set to 0 for no limit.
48
49
| --scoringstrategy=str | Which scoring function to use: CA_SCORING, SIDE_CHAIN_SCORING, SIDE_CHAIN_ANGLE_SCORING, CA_AND_SIDE_CHAIN_ANGLE_SCORING, or SEQUENCE_CONSERVATION
49
50
| --winsize=int | This configures the fragment size m of Aligned Fragment Pairs (AFPs).
50
51
| --maxrmsd=float | The maximum RMSD at which to stop alignment optimization. (default: unlimited=99)
52
+
| --nointernalgaps | Force alignment to include a residue from all repeats. (By default only 50% of repeats must be aligned in each column.)
51
53
| --gapopen=float | Gap opening penalty during alignment optimization [default: 5.0].
52
54
| --gapextension=float | Gap extension penalty during alignment optimization [default: 0.5].
53
55
| --symmlevels=int | Run iteratively the algorithm to find multiple symmetry levels. The parameter controls the maximum symmetry levels allowed. 0 means unbounded. [default: 0].
0 commit comments