Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baderlab/sc_variant_profiler

A variant calling pipeline for single-cell RNAseq data
https://github.com/baderlab/sc_variant_profiler

Last synced: about 5 hours ago
JSON representation

A variant calling pipeline for single-cell RNAseq data

Awesome Lists containing this project

README

        

## sc_variant_profiler
A variant calling pipeline for single-cell RNAseq data

to split your main BAM file to single cell BAM files use:
```bash
python split_bam_to_cells.py
```

to use the pipeline in python environment run:

```bash
python main.py -h
```

### in order to run the pipeline in scinet hpc check out the bash files:

```bash
Variant_calling_bash_script.sh

batch_Script_for_scinet.sh
```