Skip to content

Releases: aryeelab/bisulfite-seq-tools

v1.5

19 Nov 02:43
Compare
Choose a tag to compare

Changes

  • Aggregation & QC workflow now uses gcr.io/aryeelab/bismark docker
  • Fixed QC report config that led to an error with recent Pandoc releases
  • Changed name of aggregation Bsseq dir and object to 'bsseq' from outputdir_final
  • Added aggregate_bismark.wdl workflow to .dockstore.yml
  • Added a basic log
  • Use default dir instead of /tmp as workdir. (/tmp was used as a workaround for a Mac Docker overmount issue)

v1.4

15 Nov 01:11
Compare
Choose a tag to compare

Changes

  • Merged WGBS and RRBS workflows into the same WDL

v1.3

03 Nov 12:38
Compare
Choose a tag to compare

Changes

  • Upgraded Bismark to v0.22.3, Bowtie2 to v2.4.2 and TrimGalore to v0.6.5
  • Use layer caching to speed up Google Cloud docker builds
  • Use text from Docker container /VERSION file as pipeline version output

v1.2.1

01 Nov 12:59
Compare
Choose a tag to compare

Changes

  • Added .dockstore.yml for Dockstore integration

v1.2

01 Nov 02:26
Compare
Choose a tag to compare

Changes

  • Allow no read trimming (n_bp_trim_read1=0, n_bp_trim_read2=0)

v1.1

31 Oct 15:16
Compare
Choose a tag to compare

Changes:

  • Upgraded bismark docker to ubuntu:20.04
  • Bismark docker images are now automatically built by Google Cloud Build and hosted in Google Container Registry
  • WGBS pipeline now uses versioned docker images (latest or release tag)
  • Cleaned up WGBS pipeline and renamed/simplified outputs

v1.0

22 Oct 20:15
Compare
Choose a tag to compare

First release