Skip to content

Releases: obenno/StarScope

v20241125

26 Nov 01:31
Compare
Choose a tag to compare

scATAC:

  • Output compressed tsv files
  • Updated fragment path slot to use relative path
  • Added emptyDrops FDR parameter support
  • Corrected Q30 explanation mistake
  • Output full report metrics as a json file
  • Updated docker image building CI workflow

scRNA-seq

  • updated docker image building CI workflow

v20241021

21 Oct 10:42
Compare
Choose a tag to compare
  • Added 10X style representation of the mean reads per cell metrics in VDJ report and json output

v20240828

28 Aug 05:56
Compare
Choose a tag to compare
  • Added reference processing script

v20240823

23 Aug 03:02
Compare
Choose a tag to compare
  • Updated scRNA-seq to v1.2.7

v20240725

25 Jul 10:27
Compare
Choose a tag to compare
  • Fixed soloCBposition parsing problem

v20240625

25 Jun 07:43
Compare
Choose a tag to compare

scRNA-seq

  • Used standard seurat analysis workflow to replace SCTransform, which consumes more memory and is relatively slow
  • Used "multicore" to replace "multisession" of future paralell strategy, "multisession" will invoke more threads than required

v20240429

29 May 07:30
Compare
Choose a tag to compare
  • Added vdj and ATAC pipeline

v1.1.8

07 Oct 07:08
Compare
Choose a tag to compare
  • Updated VDJ filtration criteria when only BCR/TCR library was used
  • VDJ library barcodes will be filtered by cells identified in GEX library
  • Minor bug fixed for VDJ pipeline
  • Constrained fastqc>=0.11.9 cutadapt>=3.5in conda yml file
  • VDJ pipeline will publish trust4 report and airr file now
  • Fixed barcodelist bug when invoking complex barcode pipeline for BD style barcode
  • Added support of custom conda env path (prepared by conda-pack)

v1.1.6

13 May 11:55
Compare
Choose a tag to compare
  • Updated saturation script to include data as preseqR input
  • Updated VDJ subworkflow to adapt to the new library structure
  • Fix the feature_types bug for VDJ report process
  • Added GEX association section to the VDJ report

v1.1.3

23 Dec 08:14
Compare
Choose a tag to compare

Added --outBAMsortingBinsN 300 option to STARsolo process to solve the RAM issue when sorting a very large BAM file, refer to STAR #870