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
|**`-i`**| Input file in FASTA format. Can contain multiple entries. |
37
37
|**`-pssm`**| Flag for the PSSM-mode. If enabled DeepCoil will require psiblast PSSM files in the pssm_path. Otherwise only sequence information will be used.|
38
38
|**`-pssm_path`**| Directory with psiblast PSSM files. For each entry in the input fasta file there must be a PSSM file. |
39
39
|**`-out_path`**| Directory where the predictions are saved. For each entry one file will be saved. |
40
40
|**`-out_type`**| Output type. Either **'ascii'** (default), which will write single file for each entry in input or **'h5'** which will generate single hdf5 file storing all predictions. |
41
41
|**`-out_filename`**| Works with **"-out_type h5"** option and specifies the hdf5 output filename Overrides the **-out_path** if specified. |
42
-
|**`-min_residue_score`**| Number from range <0,1>. If passed return sequences which have at least one residue with greater score |
43
-
|**`-min_segment_length`**| Number greater than 0. If passed return sequences which have segment of length at least **-min_segment_length**|
42
+
|**`-min_residue_score`**| Number in the range <0,1>. DeepCoil will return sequences that have at least one residue with score greater than min_residue_score |
43
+
|**`-min_segment_length`**| Number greater than 0. If passed, DeepCoil will return sequences that have a segment of length at least **-min_segment_length**. To be used with **-min_residue_score**|
44
+
45
+
44
46
45
47
PSSM filenames should be based on the identifiers in the fasta file (only alphanumeric characters and '_'). For example if a fasta sequence is as follows:
0 commit comments