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
|**`-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
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
-
43
+
|**`-min_segment_length`**| Number greater than 0. DeepCoil will return sequences that contain a segment of length **-min_segment_length** or more. To be used with **-min_residue_score**|
45
44
45
+
Results of **`-min_residue_score`** and **`-min_segment_length`** filters are stored in directories located in **`-out_path`**.
46
46
47
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