Skip to content

Releases: 4dn-dcic/pipelines-cwl

0.2.6

11 Feb 18:01
46dbd4c
Compare
Choose a tag to compare
Merge pull request #30 from 4dn-dcic/dev

Dev

0.2.5

15 Mar 18:17
Compare
Choose a tag to compare
.

0.2.4

14 Dec 16:38
ff42605
Compare
Choose a tag to compare
  • 4DN Annotations in repli-seq cwl.

0.2.3

06 Dec 22:39
b6838d8
Compare
Choose a tag to compare
  • All changes are related to the Repli-seq pipeline (cwl_awsem/repliseq)
    • A working pipeline repliseq-parta.cwl going from clip to count is ready now. It generates four output files - bam, filtered sorted bam, deduped bam and count bg.
    • Benchmark is available for repliseq-parta.
    • Minor changes
      • docker version v10
      • align se and pe are now merged - it turns out that a single fastq file is used even for paired-end data.
      • unused parameter MINSIZE is removed from count - I had replaced the part that uses this parameter with the use of a chromsize file.
      • NEXTRATHREADS in filtersort is now replaced with NTHREADS (NEXTRATHREADS = NTHREADS - 1) so that a global nthreads parameter can be used for both align and filtersort.

0.2.2

05 Dec 18:24
f144ca1
Compare
Choose a tag to compare
  • Working CWL files for Repli-seq steps are included in cwl_awsem/repliseq.
  • The output of the runs based on these CWL files are tested to be identical to the run based on https://github.com/dvera/shart/tree/8723ca835a3d739f75c33778040f6fcc3e5f992e up to log2ratio and the final outputs (normalize and smoothe) are statistically identical (randomization involved) according to visual inspection.

0.2.1

05 Oct 21:10
Compare
Choose a tag to compare
  • WDL support/test

0.2.0

25 Sep 18:55
Compare
Choose a tag to compare
revised benchmark for partc

0.1.9

16 Sep 14:07
Compare
Choose a tag to compare
  • added cooler mem calculation to partb benchmark

0.1.8

16 Sep 13:49
Compare
Choose a tag to compare
  • Benchmark for hi-c-processing-partb added and tested.

0.1.7

16 Sep 02:19
Compare
Choose a tag to compare
  • addfragtopairs cwl revised and tested
  • Benchmark for addfragtopairs added and tested.