Skip to content
Snippets Groups Projects
Commit 18c515e0 authored by Isabelle Guigon's avatar Isabelle Guigon
Browse files

Crosspred: predict_PTM.py: initialise the ptm predictor with arg --nbPTMmax

parent 01464365
Branches
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ else:
else:
raise Exception(str(args.fasta) + " is not found")
ptm_predictor = PTM(args.ptm)
ptm_predictor = PTM(args.ptm, args.nbPTMmax)
for sequence in sequences:
peptide = Peptide(sequence)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment