Skip to content
Snippets Groups Projects
Commit 0f6a7da5 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent d17c4cd1
No related merge requests found
......@@ -109,7 +109,8 @@ class FlankingEncoding(object):
"total peptides with this length." % (
error_df.iloc[0].peptide,
len(error_df.iloc[0].peptide),
len(error_df)))
len(error_df)),
supported_peptide_lengths=(1, peptide_max_length + 1))
if n_flank_length > 0:
n_flanks = df.n_flank.str.pad(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment