Skip to content

Commit 7d04a22

Browse files
committed
[issue-1] - added segment ad residue score filters
1 parent 5b6e0cb commit 7d04a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python3.5 deepcoil.py [-h] -i FILE [-out_path DIR] [-pssm] [-pssm_path DIR]
4141
| **`-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. |
4242
| **`-out_filename`** | Works with **"-out_type h5"** option and specifies the hdf5 output filename Overrides the **-out_path** if specified. |
4343
| **`-min_residue_score`** | Number from range <0,1>. If passed return sequences which have at least one residue with greater score |
44-
| **`-min_segment_score`** | Number greater than 0. If passed return sequences which have segment of length at least **-min_segment_length** |
44+
| **`-min_segment_length`** | Number greater than 0. If passed return sequences which have segment of length at least **-min_segment_length** |
4545

4646
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:
4747
```

0 commit comments

Comments
 (0)