Skip to content

Commit 529e868

Browse files
author
Dominik R Laetsch
committed
Fixed command line argument in filter_fastas_before_clustering.py
1 parent ed912d7 commit 529e868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/filter_fastas_before_clustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
"""usage: filter_fastas_before_clustering.py -f FILE [-p INT] [-l INT]
4+
"""usage: filter_fastas_before_clustering.py -f FILE [-p INT] [-l INT] [-s INT]
55
[-h|--help]
66
77
Options:

0 commit comments

Comments
 (0)