Skip to content

cellgeni/hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackaton pipeline

Running the pipeline:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published