From cd7a621db1867c0cd8f33d745a25a68f3d504bbc Mon Sep 17 00:00:00 2001 From: Kai Hu <> Date: Mon, 1 Aug 2022 00:16:04 -0400 Subject: [PATCH] minor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebf4b19..acc620e 100644 --- a/README.md +++ b/README.md @@ -288,13 +288,13 @@ Results are stored [here](https://github.com/hukai916/scATACpipe_example/tree/ma 2. Command used for `chromap` option: ``` -nextflow run main.nf -c conf/test_default_plant.config -profile singularity,lsf +nextflow run main.nf -c conf/test_chromap_plant.config -profile singularity,lsf ``` Results are stored [here](https://github.com/hukai916/scATACpipe_example/tree/main/test_plant_chromap). 3. Command used for `10xgenomics` option: ``` -nextflow run main.nf -c conf/test_default_plant.config -profile singularity,lsf +nextflow run main.nf -c conf/test_10xgenomics_plant.config -profile singularity,lsf ``` Results are stored [here](https://github.com/hukai916/scATACpipe_example/tree/main/test_plant_10xgenomics).