Skip to content

Releases: epi2me-labs/wf-single-cell

v0.2.0

09 Feb 17:06
Compare
Choose a tag to compare

Added

  • workflow-glue to allow scripts to be run as a module.
  • pytest testing using workflow container.

Fixed

  • Incorrectly stranded reads causing stringtie2 to generate incorrect transcripts.

Changed

  • Combine barcode and umi extraction into single step.

v0.1.9

22 Dec 11:55
Compare
Choose a tag to compare

Fixed

  • Incorrect UMIs reported and not collapsing into unique UMI counts.

v0.1.8

15 Dec 11:24
Compare
Choose a tag to compare

Fixed

  • sample_sheet format in schema to expect a file

v0.1.7

13 Dec 09:26
Compare
Choose a tag to compare

Changed

  • Updated description in manifest

v0.1.6

01 Dec 23:32
Compare
Choose a tag to compare

Added

  • A workflow report using ezcharts.

Chnaged

  • Updates for the new Labs Launcher

v0.1.5

16 Nov 18:12
Compare
Choose a tag to compare

Changed

  • Replace samlmon for minimap2 for assigning reads to transcripts.

Added

  • Reduced matrix to the top N principal components pripor to umap generation.

v0.1.4

26 Oct 10:24
Compare
Choose a tag to compare

Fixed

  • Fix transcript matrices not in output folder.

Added

  • output of merged bam optional.
  • Repeat umap creation with different random states.

Changed

  • Transcript counting Salmon on stringtie-generated transcriptome.
  • Several perforance-related reforactorings including reductions in read write operations.
  • single_cell_sample_sheet is optional and kit options can be supplied as workflow parameters.

v0.1.3

05 Oct 18:21
Compare
Choose a tag to compare

Changed

  • Better handling of sample_id conflicts in single_cell_sampkle_sheet and fastgingress.
  • single_cell_sample_sheet is optional.
  • Minor IO performance enhancements.

Added

  • kit options can be supplied from command line/config and applied to all samples.

v0.1.2

22 Sep 16:59
Compare
Choose a tag to compare

Added

  • Transcript x cell matrix output.

v0.1.1

07 Sep 13:58
Compare
Choose a tag to compare

Changed

  • Combined gathering and splitting of fastqs into a single process.
  • Use split2 for splitting fastqs.
  • Remove unused kneeplot flags.

Added

  • check for identical sample_ids in single cell sample sheet and fastq data.