From 1518acfa35b3edad934259028c6d4fb358c38b57 Mon Sep 17 00:00:00 2001 From: Hamraoui Ali <72599648+alihamraoui@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:54:54 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 822d2c7..7d6d542 100644 --- a/README.md +++ b/README.md @@ -78,17 +78,7 @@ Configuration for running the workflow: | `container` | Docker container for the workflow | `'hamraouii/wf-SLSim'` | | `docker.runOptions` | Docker run options to use | `'-u $(id -u):$(id -g)'` | -## Execution - -To run the workflow with basic example: - -You can simulate a realistic disribution of per barcodes UMI counts by providing in addition to the filtered counts matrix a .csv file of BC counts. AsaruSim will add a random transcrips count to fit the real distribution. -```bash -nextflow run main.nf --matrix test_data/matrix.csv \ - --bc_counts test_data/test_bc.csv \ - --transcriptome test_data/transcriptome.fa \ - -``` +## Usage User can choose among 4 ways to simulate template reads. - use a real count matrix - estimated the parameter from a real count matrix to simulate synthetic count matrix