Visualizes Quality Control(QC) results from proteomics data for Quartet Project.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

tservice-plugin.yaml 935B

3 anos atrás
3 anos atrás
12345678910111213141516171819202122232425262728
  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. postunpack: chmod a+x {{ENV_DEST_DIR}}/quartet-protqc-report/bin/protqc.sh
  23. - step: load-namespace
  24. namespace: tservice.plugins.quartet-protqc-report
  25. - step: register-plugin
  26. entrypoint: tservice.plugins.quartet-protqc-report/metadata
  27. - step: init-event
  28. entrypoint: tservice.plugins.quartet-protqc-report/events-init