Mercurial > repos > galaxyp > unipept
comparison unipept.py @ 6:ee99ebe711a8 draft default tip
planemo upload for repository https://unipept.ugent.be/apidocs commit 2f9f5541eeb65669ddb5ad74e8ba9fd437eea719
| author | galaxyp | 
|---|---|
| date | Fri, 25 Apr 2025 20:57:51 +0000 | 
| parents | 42bc03ed02f6 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 5:42bc03ed02f6 | 6:ee99ebe711a8 | 
|---|---|
| 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')) | 
