From 90622d5296cde1512d5effd0415450521a960217 Mon Sep 17 00:00:00 2001 From: Anil Thanki Date: Tue, 4 Mar 2025 11:01:56 +0000 Subject: [PATCH] Update README.md --- test-data/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test-data/README.md b/test-data/README.md index 3dd2e9a9..b32cc5a3 100644 --- a/test-data/README.md +++ b/test-data/README.md @@ -1 +1,9 @@ ## Test dataset + +The workflow can be executed for two types of scRNA-seq technologies: plate-based and droplet-based. + +For plate-based data (test-1): + +``` +nextflow run main.nf --slurm -resume --dir_path test-1 test-1-out --celltype_field authors_cell_type_-_ontology_labels +```