Skip to content

Commit acfead7

Browse files
committed
cgi-bin/cdhit.cgi
add -l option
1 parent 3507aad commit acfead7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cgi-bin/cdhit.cgi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ sub check_parameters{
407407

408408
if ($q->param('lb') =~ /^\d+$/){$resu .= " -b ".$q->param('lb'); }
409409
else{return "Error: -b should be an integer";}
410+
if ($q->param('ll') =~ /^\d+$/){$resu .= " -l ".$q->param('ll'); }
411+
else{return "Error: -l should be an integer";}
410412

411413
###############
412414
# Align_Field

0 commit comments

Comments
 (0)