We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebb2e9 commit 8e26c9dCopy full SHA for 8e26c9d
src/mfasta-tool/params.h
@@ -17,7 +17,7 @@ struct CParams
17
string out_prefix = "part";
18
string out_suffix = "fna";
19
bool gzipped_output = false;
20
- int gzip_level = 6;
+ int gzip_level = 4;
21
int64_t n = 0;
22
int part_digits = 5;
23
bool remove_empty_lines = true;
0 commit comments