Releases: 4dn-dcic/pipelines-cwl
Releases · 4dn-dcic/pipelines-cwl
0.2.6
0.2.5
0.2.4
0.2.3
- All changes are related to the Repli-seq pipeline (
cwl_awsem/repliseq
)- A working pipeline
repliseq-parta.cwl
going fromclip
tocount
is ready now. It generates four output files - bam, filtered sorted bam, deduped bam and count bg. Benchmark
is available forrepliseq-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 globalnthreads
parameter can be used for bothalign
andfiltersort
.
- docker version
- A working pipeline
0.2.2
- 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
andsmoothe
) are statistically identical (randomization involved) according to visual inspection.