Skip to content

NBMueller/MAnTa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAnTa

Manual Annotation of Tapestri DNA-seq data


Setup

Installation

Requirements

  • Python 3.X
  • Python packages (listed in requirements.txt)

Optional: create and source conda environment

conda create --name manta python=3
conda activate manta

Install packages from requirements.txt file, e.g., via pip:

python -m pip install -r requirements.txt

Data

Required files per sample stored in one input folder:

  • {PREFIX}.barcode.cell.distribution.merged.tsv file from dna/results/tsv/ directory
  • {PREFIX}.filtered_variants.csv file from mosaic_preprocessing.py)

Additionally required somewhere else:

Running

Run the app

python run_app.py -i <DATA_DIR> -p <PANEL_file>

Open webrowser and go to: http://127.0.0.1:8050/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages