Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerobeson committed Nov 19, 2024
1 parent 4a4030a commit 2111b29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rescript/extract_seq_segments.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@ def extract_seq_segments(input_sequences: DNAFASTAFormat,
'--qmask', 'none',
'--qsegout', extr_f.name,
'--notmatched', no_match_f.name]
# if min_seq_len:
# cmd += ['--minseqlength', '%i' % min_seq_len]
# if max_seq_len:
# cmd += ['--maxseqlength', '%i' % max_seq_len]
run_command(cmd)
return (extr_seq_segs, no_matches)

0 comments on commit 2111b29

Please sign in to comment.