Skip to content

Releases: Duke-GCB/GGR-cwl

GGR Pipelines in CWL v1.0 syntax

18 Apr 22:17
c269cec
Compare
Choose a tag to compare

In an effort to improve maintainability and visibility, all tools and workflows have been updated using CWL v1.0 syntax, which has several beneficial side effects. Along those, there following features and improvements have been incorporated:

  • [ChIP-seq] Remove narrow/broad peak pipeline division, report always both type of peaks instead
  • [ChIP-seq] Report BAM files with duplicates both marked and removed
  • [ChIP-seq] Run peak calling step for controls samples in ChIP-seq pipelines
  • [ATAC-seq] Report percentage of mitochondrial reads
  • Update deeptools reference to use latest 3.0.1 (some relevant syntax changes)
  • Update json generator to produce jsons compatibale with the new implemented changes. Additionally:
    • All paths and constants are now configured in the consts.py file,
    • All options can be overwritten by command line arguments
  • General code refactoring

GGR pipelines in draft-3 format

01 Feb 22:01
Compare
Choose a tag to compare
Pre-release

In an effort to upgrade the pipelines to a more modern CWL standard (e.g. v1.0), we are tagging and publishing the pipelines in draft-3 format.

The version 1.0.0-alpha reflects the usage of these pipelines in the GGR project. However, because we anticipate small tweaks and updates to follow, we are marking this as an alpha pre-release.