Skip to content

Commit

Permalink
added ;
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinasri committed Jul 5, 2023
1 parent da5013c commit 55233f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/src/secphase.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ int main(int argc, char *argv[]) {
bool preset_ont = false;
bool preset_hifi = false;
bool marker_mode = true;
bool write_bam = false
bool write_bam = false;
int threads = 1;
(program = strrchr(argv[0], '/')) ? ++program : (program = argv[0]);
while (~(c = getopt_long(argc, argv, "i:p:P:G:o:f:v:qd:e:b:n:r:m:ct:s:B:g:@:wxyMh", long_options, NULL))) {
Expand Down

0 comments on commit 55233f4

Please sign in to comment.