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

https://github.com/cellgeni/hackathon


https://github.com/cellgeni/hackathon

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hackaton pipeline

Running the pipeline:

```bash
sample_sheet="example/sample_sheet.csv"
metadata="example/metadata_splited.csv"
embedding="example/projection.csv"
delimiter="_"

nextflow run main.nf \
--sample_sheet "$sample_sheet" \
--metadata "$metadata" \
--delimiter "__" \
--method "umap" \
--vis_label "celltype" \
--embedding $embedding \
--embedding_name "tsne" \
-resume
```