Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

v0.23.0

Compare
Choose a tag to compare
@cflerin cflerin released this 03 Dec 12:18
· 1657 commits to master since this release

Major changes:

Implement the scATAC-seq preprocessing workflow (#245):

  • Barcode correction [singlecelltoolkit, #249]
  • "Debarcode" fastq files:
    • 10x [single_cell_toolkit, #249]
    • BioRad [BAP, #246]
  • Adapter Trimming [Trim Galore / Cutadapt, #242]
  • Mapping [bwa mem, #243]
    • mark duplicates [samtools markdup, #243]
  • Generate fragments file [Sinto, #244]

Other scATAC-seq notes:

  • Currently compatible with 10x-format fastq files (R1, R2[barcode reads], R3), and BioRad (R1, R2), which are processed with BAP.
  • Added documentation for preprocessing steps
  • The scATAC-seq workflows are in main_atac.nf and need to be referenced with the full path: vib-singlecell-nf/vsn-pipelines/main_atac.nf when running the pipeline.
  • Added two additional input data types to getDataChannel: bam and fragments, both of which are loaded with their associated index file.

Other scRNA-seq tool changes:

  • celeda
    • Add ability to remove empty cells after applying DecontX
    • Fix plotting bug when no outliers are found
    • Add cell_annotate config entry
  • scanpy
  • pcacv
  • sratoolkit
    • Fix missing assignment operator in config