Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 863 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 863 Bytes

nf-core/pgdb: Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.0

Initial release of nf-core/pgdb, created with the nf-core template.

Added

The initial version of the pipeline features the following steps:

  • (optional) ENSEMBL Reference proteomes included in final proteome
  • Convert a Variant genome database like COSMIC or CBioPortal to proteomes
  • Convert provided VCF to proteome database
  • (optional) Generate the decoy database and attach it to the final proteome

Known issues

If you experience nextflow running forever after a failed step, try setting errorStrategy = terminate. See the corresponding nextflow issue.