Skip to content

Commit 6efcef1

Browse files
Update modify_peptides.py
1 parent f728c48 commit 6efcef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/modify_peptides.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def main():
8080
peptides = peptides[1:]
8181
peptides = assign_unique_numbers(peptides, "Name")
8282

83-
max_length = 3
83+
# max_length = 3
8484
list = []
8585

8686
for index, row in peptides.iterrows():
@@ -248,4 +248,4 @@ def create_subpeptide_fastas_c_term(input_dir, results_dir, infile_path):
248248

249249

250250
if __name__ == "__main__":
251-
main()
251+
main()

0 commit comments

Comments
 (0)