We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d98f3 commit 98bab6dCopy full SHA for 98bab6d
README.md
@@ -10,11 +10,11 @@ Usage
10
Usage: GCcalc.py -f input.fa [-w 1000] [-s 1000]
11
12
Options:
13
- -h, --help show this help message and exit
+ -h, --help show this help message and exit
14
15
- -f FASTA, --file=FASTA
16
- Input Fasta format file
17
- -w WINDOWSIZE, --window=WINDOWSIZE
18
- default:1000 WindowSize to calculate
19
- -s STEPSIZE, --step=STEPSIZE
20
- default:1000 StepSize for slide widows
+ -f FASTA, --file=FASTA
+ Input Fasta format file
+ -w WINDOWSIZE, --window=WINDOWSIZE
+ default:1000 WindowSize to calculate
+ -s STEPSIZE, --step=STEPSIZE
+ default:1000 StepSize for slide widows
0 commit comments