Skip to content

Releases: ctlab/scn-pipeline

v1.0.5

24 Nov 17:12
bc88f0b

Choose a tag to compare

1.0.5 (2022-10-31)

Bug Fixes

  • added rm before prefetch, removes locks that can arise from failed jobs (57e4011)
  • fixes 'max(nu, nv) must be strictly less than min(nrow(A), ncol(A))' (7ff09c1)
  • handling dim reduction parameters for lower numbers of cells (1e65429)
  • now merge should work with lower numbers of cells (39076b7)

v1.0.4

26 Oct 14:26
5b16dbf

Choose a tag to compare

1.0.4 (2022-10-26)

Bug Fixes

  • added priorities to run DAG depth-first (605924e)
  • now ignoring bam index files, if they are present. fixing error where CB tag is not present in the first read of bam file (cc886d3)
  • now refering to factor variable explicitly, fixes #3 (29ee892)
  • regular expression now works better with dots in the filename (df86c70)
  • removed check for barcode length in bam files (1972d1a)
  • rename read_length to barcode_length, was causing inability to find reliably find index reads (2258e89)
  • set resource priority higher than data downloading, so it starts earlier (53d99aa)

v1.0.3

04 Oct 10:37
ef6e46e

Choose a tag to compare

1.0.3 (2022-10-04)

Bug Fixes

  • fixes to calculation of markers (351b0ea)
  • fixinf relative directory path (edf2dec)
  • fixing relative directory path (78c9b8b)
  • fixing relative directory path (7404967)
  • gzipping absolute paths instead (0d25008)

v1.0.2

20 Sep 12:40
01b3eb4

Choose a tag to compare

1.0.2 (2022-09-20)

Bug Fixes

  • fixes to documentation to make it more transparent (18c3e0e)

v1.0.1

02 Sep 12:38
2a91bb4

Choose a tag to compare

1.0.1 (2022-09-02)

Bug Fixes

  • now ncbi_prefetch is now required for define_tech since, prefetch is now required for parallel-fastq-dump with small enough X, fixes #2 (fe24d74)

v1.0.0

01 Sep 14:14
e915292

Choose a tag to compare

1.0.0 (2022-09-01)

Features

  • added documentation. preparing for realease (a30c03d)
  • added release-please github action (8081cda)

Bug Fixes

  • added link to the documentation to index.md and readme.md (38ddfec)
  • added materials theme to requirements and fixed image link (13dbaa7)
  • fixing website name, final changes to mkdocs (34fdd61)
  • missing files for documentation (77cf470)
  • panglao object creation (2862299)
  • removed extra rules, explicit outputs for markers rule (63efe8c)
  • requirements typo fix (621294b)
  • using wildcards class explicitly (c8366a9)