From b0bc40c9ec8702041c894c0db54cf58de44b55e6 Mon Sep 17 00:00:00 2001 From: MazzaLab Date: Mon, 30 Oct 2023 15:49:47 +0100 Subject: [PATCH] Update README.md (fix #11) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5f392a..d21e946 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,11 @@ Copy the fastq files you want to fix in the `data` folder. #### Paired-end files -- **Get a dry run** of a pipeline (e.g., `fix_wipe_single_reads_sequential.smk`):
+- **Get a dry run** of a pipeline (e.g., `fix_wipe_pairs_reads_sequential.smk`):
`snakemake --config sample_name=my_sample -s pipeline/fix_wipe_pairs_reads_sequential.smk --use-conda --cores 4` - **Generate the planned DAG**:
-`snakemake --config sample_name=my_sample -s pipeline/fix_wipe_single_reads_sequential.smk --dag | dot -Tpdf > dag.pdf`

+`snakemake --config sample_name=my_sample -s pipeline/fix_wipe_pairs_reads_sequential.smk --dag | dot -Tpdf > dag.pdf`

- **Run the pipeline** (n.b., during the first execution, Snakemake will download and install some required remote packages and may take longer). The number of computing cores can be tuned accordingly: