Visualizes Quality Control(QC) results from proteomics data for Quartet Project.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

tservice-plugin.yaml 856B

3 лет назад
123456789101112131415161718192021222324252627
  1. info:
  2. name: QC Report for Quartet Proteomics
  3. version: v0.1.1
  4. description: Generate the QC Report for Quartet Proteomics data.
  5. category: Report
  6. home: https://github.com/tservice-plugins/quartet-protqc-report
  7. source: PGx
  8. short_name: quartet-protqc-report
  9. icons:
  10. - src: ""
  11. type: image/png
  12. sizes: 192x192
  13. author: PGx
  14. plugin:
  15. name: quartet-protqc-report
  16. display-name: QC Report for Quartet Proteomics
  17. lazy-load: false
  18. init:
  19. # Unpack environment file to the directory, repository/envs/quartet-protqc-report
  20. - step: unpack-env
  21. envname: quartet-protqc-report
  22. - step: load-namespace
  23. namespace: tservice.plugins.quartet-protqc-report
  24. - step: register-plugin
  25. entrypoint: tservice.plugins.quartet-protqc-report/metadata
  26. - step: init-event
  27. entrypoint: tservice.plugins.quartet-protqc-report/events-init