Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.04 KB

File metadata and controls

16 lines (11 loc) · 1.04 KB

ScaleBio tools

In addition to third-party and open-source software the workflow also uses executable tools developed by ScaleBio:

  • bc_parser
    • Extracts and error corrects cell-barcodes and UMIs from the original (input) fastq files
    • Splits (demultiplexes) the input fastq files into sample fastq files based on cell-barcodes (RT wells)
    • Barcode and read-level metrics

Installation

These tools are included in the scaleRna docker container image; when running the workflow with -profile docker (or another container engine, such as singularity, podman etc.), they will be automatically available.

These tools are however currently not available through Conda, so if running without a container system, they need to be installed first. A download script to get static pre-compiled binaries for linux (x86_64) is included. Simply run:

/PATH/TO/ScaleRNA/envs/download-scale-tools.sh

This will install the binaries in ScaleRNA/bin (inside the Nextflow workflow directory), from where they will be available during workflow execution.