Skip to content

Commit 88df9e7

Browse files
committed
Update cmd docs
1 parent abf4efc commit 88df9e7

1 file changed

Lines changed: 74 additions & 74 deletions

File tree

biobb_structure_utils/docs/source/command_line.md

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Config input / output arguments for this building block:
4040
Syntax: input_parameter (datatype) - (default_value) Definition
4141

4242
Config parameters for this building block:
43-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
44-
* **restart** (*boolean*): (False) Do not execute if output files exist..
45-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
43+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
44+
* **restart** (*boolean*): (False) Do not execute if output files exist.
45+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
4646
### YAML
4747
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_cat_pdb.yml)
4848
```python
@@ -99,12 +99,12 @@ Config input / output arguments for this building block:
9999
Syntax: input_parameter (datatype) - (default_value) Definition
100100

101101
Config parameters for this building block:
102-
* **residues** (*array*): (None) List of comma separated res_id or list of dictionaries with the name | res_id | chain | model of the residues to find the closest neighbours. Format: [{"name": "HIS", "res_id": "72", "chain": "A", "model": "1"}]..
103-
* **radius** (*number*): (5.0) Distance in Ångströms to neighbours of the given list of residues..
104-
* **preserve_target** (*boolean*): (True) Whether or not to preserve the target residues in the output structure..
105-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
106-
* **restart** (*boolean*): (False) Do not execute if output files exist..
107-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
102+
* **residues** (*array*): (None) List of comma separated res_id or list of dictionaries with the name | res_id | chain | model of the residues to find the closest neighbours. Format: [{"name": "HIS", "res_id": "72", "chain": "A", "model": "1"}].
103+
* **radius** (*number*): (5.0) Distance in Ångströms to neighbours of the given list of residues.
104+
* **preserve_target** (*boolean*): (True) Whether or not to preserve the target residues in the output structure.
105+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
106+
* **restart** (*boolean*): (False) Do not execute if output files exist.
107+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
108108
### YAML
109109
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_closest_residues.yml)
110110
```python
@@ -174,10 +174,10 @@ Config input / output arguments for this building block:
174174
Syntax: input_parameter (datatype) - (default_value) Definition
175175

176176
Config parameters for this building block:
177-
* **regular_expression_pattern** (*string*): (^D) Python style regular expression matching the selected atom names..
178-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
179-
* **restart** (*boolean*): (False) Do not execute if output files exist..
180-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
177+
* **regular_expression_pattern** (*string*): (^D) Python style regular expression matching the selected atom names.
178+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
179+
* **restart** (*boolean*): (False) Do not execute if output files exist.
180+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
181181
### YAML
182182
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_extract_atoms.yml)
183183
```python
@@ -234,12 +234,12 @@ Config input / output arguments for this building block:
234234
Syntax: input_parameter (datatype) - (default_value) Definition
235235

236236
Config parameters for this building block:
237-
* **chains** (*array*): (None) List of chains to be extracted from the input_structure_path file. If empty, all the chains of the structure will be returned..
238-
* **permissive** (*boolean*): (False) Use non standard PDB files..
239-
* **binary_path** (*string*): (check_structure) path to the check_structure application.
240-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
241-
* **restart** (*boolean*): (False) Do not execute if output files exist..
242-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
237+
* **chains** (*array*): (None) List of chains to be extracted from the input_structure_path file. If empty, all the chains of the structure will be returned.
238+
* **permissive** (*boolean*): (False) Use non standard PDB files.
239+
* **binary_path** (*string*): (check_structure) path to the check_structure application
240+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
241+
* **restart** (*boolean*): (False) Do not execute if output files exist.
242+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
243243
### YAML
244244
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_extract_chain.yml)
245245
```python
@@ -303,11 +303,11 @@ Config input / output arguments for this building block:
303303
Syntax: input_parameter (datatype) - (default_value) Definition
304304

305305
Config parameters for this building block:
306-
* **heteroatoms** (*array*): (None) List of dictionaries with the name | res_id | chain | model of the heteroatoms to be extracted. Format: [{"name": "ZZ7", "res_id": "302", "chain": "B", "model": "1"}]. If empty, all the heteroatoms of the structure will be returned..
307-
* **water** (*boolean*): (False) Add or not waters..
308-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
309-
* **restart** (*boolean*): (False) Do not execute if output files exist..
310-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
306+
* **heteroatoms** (*array*): (None) List of dictionaries with the name | res_id | chain | model of the heteroatoms to be extracted. Format: [{"name": "ZZ7", "res_id": "302", "chain": "B", "model": "1"}]. If empty, all the heteroatoms of the structure will be returned.
307+
* **water** (*boolean*): (False) Add or not waters.
308+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
309+
* **restart** (*boolean*): (False) Do not execute if output files exist.
310+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
311311
### YAML
312312
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_extract_heteroatoms.yml)
313313
```python
@@ -375,11 +375,11 @@ Config input / output arguments for this building block:
375375
Syntax: input_parameter (datatype) - (default_value) Definition
376376

377377
Config parameters for this building block:
378-
* **models** (*array*): (None) List of models to be extracted from the input_structure_path file. If empty, all the models of the structure will be returned..
379-
* **binary_path** (*string*): (check_structure) path to the check_structure application.
380-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
381-
* **restart** (*boolean*): (False) Do not execute if output files exist..
382-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
378+
* **models** (*array*): (None) List of models to be extracted from the input_structure_path file. If empty, all the models of the structure will be returned.
379+
* **binary_path** (*string*): (check_structure) path to the check_structure application
380+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
381+
* **restart** (*boolean*): (False) Do not execute if output files exist.
382+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
383383
### YAML
384384
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_extract_model.yml)
385385
```python
@@ -441,12 +441,12 @@ Config input / output arguments for this building block:
441441
Syntax: input_parameter (datatype) - (default_value) Definition
442442

443443
Config parameters for this building block:
444-
* **molecule_type** (*string*): (all) type of molecule to be extracted. If all, only waters and ligands will be removed from the original structure. .
445-
* **chains** (*array*): (None) if chains selected in **molecule_type**, specify them here, e.g: ["A", "C", "N"]..
446-
* **binary_path** (*string*): (check_structure) path to the check_structure application.
447-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
448-
* **restart** (*boolean*): (False) Do not execute if output files exist..
449-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
444+
* **molecule_type** (*string*): (all) type of molecule to be extracted. If all, only waters and ligands will be removed from the original structure.
445+
* **chains** (*array*): (None) if chains selected in **molecule_type**, specify them here, e.g: ["A", "C", "N"].
446+
* **binary_path** (*string*): (check_structure) path to the check_structure application
447+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
448+
* **restart** (*boolean*): (False) Do not execute if output files exist.
449+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
450450
### YAML
451451
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_extract_molecule.yml)
452452
```python
@@ -503,10 +503,10 @@ Config input / output arguments for this building block:
503503
Syntax: input_parameter (datatype) - (default_value) Definition
504504

505505
Config parameters for this building block:
506-
* **residues** (*array*): (None) List of comma separated res_id (will extract all residues that match the res_id) or list of dictionaries with the name | res_id | chain | model of the residues to be extracted. Format: [{"name": "HIS", "res_id": "72", "chain": "A", "model": "1"}]..
507-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
508-
* **restart** (*boolean*): (False) Do not execute if output files exist..
509-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
506+
* **residues** (*array*): (None) List of comma separated res_id (will extract all residues that match the res_id) or list of dictionaries with the name | res_id | chain | model of the residues to be extracted. Format: [{"name": "HIS", "res_id": "72", "chain": "A", "model": "1"}].
507+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
508+
* **restart** (*boolean*): (False) Do not execute if output files exist.
509+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
510510
### YAML
511511
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_extract_residues.yml)
512512
```python
@@ -572,10 +572,10 @@ Config input / output arguments for this building block:
572572
Syntax: input_parameter (datatype) - (default_value) Definition
573573

574574
Config parameters for this building block:
575-
* **ligand** (*string*): (AQ4) Residue code of the ligand to be removed..
576-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
577-
* **restart** (*boolean*): (False) Do not execute if output files exist..
578-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
575+
* **ligand** (*string*): (AQ4) Residue code of the ligand to be removed.
576+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
577+
* **restart** (*boolean*): (False) Do not execute if output files exist.
578+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
579579
### YAML
580580
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_remove_ligand.yml)
581581
```python
@@ -632,10 +632,10 @@ Config input / output arguments for this building block:
632632
Syntax: input_parameter (datatype) - (default_value) Definition
633633

634634
Config parameters for this building block:
635-
* **molecules** (*array*): (None) List of comma separated res_id (will remove all molecules that match the res_id) or list of dictionaries with the name | res_id | chain | model of the molecules to be removed. Format: [{"name": "HIS", "res_id": "72", "chain": "A", "model": "1"}]..
636-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
637-
* **restart** (*boolean*): (False) Do not execute if output files exist..
638-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
635+
* **molecules** (*array*): (None) List of comma separated res_id (will remove all molecules that match the res_id) or list of dictionaries with the name | res_id | chain | model of the molecules to be removed. Format: [{"name": "HIS", "res_id": "72", "chain": "A", "model": "1"}].
636+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
637+
* **restart** (*boolean*): (False) Do not execute if output files exist.
638+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
639639
### YAML
640640
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_remove_molecules.yml)
641641
```python
@@ -701,10 +701,10 @@ Config input / output arguments for this building block:
701701
Syntax: input_parameter (datatype) - (default_value) Definition
702702

703703
Config parameters for this building block:
704-
* **binary_path** (*string*): (check_structure) path to the check_structure application.
705-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
706-
* **restart** (*boolean*): (False) Do not execute if output files exist..
707-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
704+
* **binary_path** (*string*): (check_structure) path to the check_structure application
705+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
706+
* **restart** (*boolean*): (False) Do not execute if output files exist.
707+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
708708
### YAML
709709
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_remove_pdb_water.yml)
710710
```python
@@ -764,11 +764,11 @@ Config input / output arguments for this building block:
764764
Syntax: input_parameter (datatype) - (default_value) Definition
765765

766766
Config parameters for this building block:
767-
* **renumber_residues** (*boolean*): (True) Residue code of the ligand to be removed..
768-
* **renumber_residues_per_chain** (*boolean*): (True) Restart residue enumeration every time a new chain is detected..
769-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
770-
* **restart** (*boolean*): (False) Do not execute if output files exist..
771-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
767+
* **renumber_residues** (*boolean*): (True) Residue code of the ligand to be removed.
768+
* **renumber_residues_per_chain** (*boolean*): (True) Restart residue enumeration every time a new chain is detected.
769+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
770+
* **restart** (*boolean*): (False) Do not execute if output files exist.
771+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
772772
### YAML
773773
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_renumber_structure.yml)
774774
```python
@@ -825,10 +825,10 @@ Config input / output arguments for this building block:
825825
Syntax: input_parameter (datatype) - (default_value) Definition
826826

827827
Config parameters for this building block:
828-
* **residue_name_list** (*array*): ([NA, CL, SOL]) Ordered residue name list..
829-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
830-
* **restart** (*boolean*): (False) Do not execute if output files exist..
831-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
828+
* **residue_name_list** (*array*): ([NA, CL, SOL]) Ordered residue name list.
829+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
830+
* **restart** (*boolean*): (False) Do not execute if output files exist.
831+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
832832
### YAML
833833
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_sort_gro_residues.yml)
834834
```python
@@ -892,15 +892,15 @@ Config input / output arguments for this building block:
892892
Syntax: input_parameter (datatype) - (default_value) Definition
893893

894894
Config parameters for this building block:
895-
* **charges** (*boolean*): (False) Whether or not to add charges to the output file. If True the output is in PDBQT format..
896-
* **mode** (*string*): (auto) Selection mode. .
897-
* **ph** (*number*): (7.4) Add hydrogens appropriate for pH. Only in case mode ph selected..
898-
* **list** (*string*): () List of residues to modify separated by commas (i.e HISA234HID,HISB33HIE). Only in case mode list selected..
899-
* **keep_canonical_resnames** (*boolean*): (False) Whether or not keep canonical residue names.
900-
* **binary_path** (*string*): (check_structure) path to the check_structure application.
901-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
902-
* **restart** (*boolean*): (False) Do not execute if output files exist..
903-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
895+
* **charges** (*boolean*): (False) Whether or not to add charges to the output file. If True the output is in PDBQT format.
896+
* **mode** (*string*): (auto) Selection mode.
897+
* **ph** (*number*): (7.4) Add hydrogens appropriate for pH. Only in case mode ph selected.
898+
* **list** (*string*): () List of residues to modify separated by commas (i.e HISA234HID,HISB33HIE). Only in case mode list selected.
899+
* **keep_canonical_resnames** (*boolean*): (False) Whether or not keep canonical residue names
900+
* **binary_path** (*string*): (check_structure) path to the check_structure application
901+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
902+
* **restart** (*boolean*): (False) Do not execute if output files exist.
903+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
904904
### YAML
905905
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_str_check_add_hydrogens.yml)
906906
```python
@@ -961,11 +961,11 @@ Config input / output arguments for this building block:
961961
Syntax: input_parameter (datatype) - (default_value) Definition
962962

963963
Config parameters for this building block:
964-
* **features** (*array*): (None) Features to summarize. If None, all the features will be computed. .
965-
* **binary_path** (*string*): (check_structure) path to the check_structure application.
966-
* **remove_tmp** (*boolean*): (True) Remove temporal files..
967-
* **restart** (*boolean*): (False) Do not execute if output files exist..
968-
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
964+
* **features** (*array*): (None) Features to summarize. If None, all the features will be computed.
965+
* **binary_path** (*string*): (check_structure) path to the check_structure application
966+
* **remove_tmp** (*boolean*): (True) Remove temporal files.
967+
* **restart** (*boolean*): (False) Do not execute if output files exist.
968+
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory.
969969
### YAML
970970
#### [Common config file](https://github.com/bioexcel/biobb_structure_utils/blob/master/biobb_structure_utils/test/data/config/config_structure_check.yml)
971971
```python

0 commit comments

Comments
 (0)