Skip to content

Releases: ENCODE-DCC/rna-seq-pipeline

1.2.4

26 Jul 22:55
375bc7e
Compare
Choose a tag to compare

Add option to output pBAM and use that for quantification and signal tracks.
Cromwell 59 or newer is needed to run this version.

1.2.3

26 Feb 13:27
3dee9c7
Compare
Choose a tag to compare

No functional changes. Improve WDL metadata, run tests with caper instead of directly with Cromwell.

v1.2.2

07 Jan 17:53
b7b257c
Compare
Choose a tag to compare

In some cases (most likely due alignment task running low on disk space) bam files get truncated. To detect this samtools quickcheck step was added causing the pipeline to fail when a flawed bam has been created.

v1.2.1

04 Aug 08:17
7164f0b
Compare
Choose a tag to compare

Docker image hosting moved to Docker Hub from quay.io.

v1.2.0

08 Jul 12:06
8a29a99
Compare
Choose a tag to compare

Kallisto parameters kallisto_fragment_length and kallisto_sd_of_fragment_length are now of types Array[Int] and Array[Float] enabling user to define different values for replicates.

v1.1.4

22 Apr 18:36
fb345be
Compare
Choose a tag to compare

Add Boolean workflow parameter run_kallisto that makes running Kallisto optional. This parameter is true by default, so to retain the same behavior as before, no changes to inputs are needed.

v1.1.3

09 Jan 21:42
be49551
Compare
Choose a tag to compare

Freeze bedSort and bedGraphToBigWig versions to 385.

v1.1.2

16 Dec 23:22
2028995
Compare
Choose a tag to compare

Minor release, adding automatic USCS genome browser track generation to croo output_definition.json.

v1.1.1

22 Nov 23:04
a67447a
Compare
Choose a tag to compare

Minor release that changes the signal track outputs into type File from Array[File].

v1.1

28 Oct 17:25
Compare
Choose a tag to compare
  • Output all the QC metrics in .json format in addition to the originals.
  • Each replicate can now consist of multiple fastqs. Note that the input format for fastqs has changed, see documentation.