Mercurial > repos > galaxyp > unipept
comparison unipept.py @ 10:2e297d531259 draft default tip
planemo upload for repository https://unipept.ugent.be/apidocs commit 2f9f5541eeb65669ddb5ad74e8ba9fd437eea719
author | galaxyp |
---|---|
date | Fri, 25 Apr 2025 20:58:00 +0000 |
parents | 7863f1abcdda |
children |
comparison
equal
deleted
inserted
replaced
9:21a560af5913 | 10:2e297d531259 |
---|---|
556 idx.append(len(trypticPeptides)) | 556 idx.append(len(trypticPeptides)) |
557 for i in range(len(idx) - 1): | 557 for i in range(len(idx) - 1): |
558 post_data = [] | 558 post_data = [] |
559 if options.equate_il: | 559 if options.equate_il: |
560 post_data.append(('equate_il', 'true')) | 560 post_data.append(('equate_il', 'true')) |
561 else: | |
562 post_data.append(('equate_il', 'false')) | |
561 if options.names or options.json: | 563 if options.names or options.json: |
562 post_data.append(('extra', 'true')) | 564 post_data.append(('extra', 'true')) |
563 post_data.append(('names', 'true')) | 565 post_data.append(('names', 'true')) |
564 elif options.extra or options.json: | 566 elif options.extra or options.json: |
565 post_data.append(('extra', 'true')) | 567 post_data.append(('extra', 'true')) |