From e1c06a628a525a5cc05ad6dcc9c8dd1efe734b55 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 16 Nov 2021 08:55:01 -0600 Subject: [PATCH] docs(align_bowtie2): Add instructions to launch --- subworkflows/nf-core/align_bowtie2/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 subworkflows/nf-core/align_bowtie2/README.md diff --git a/subworkflows/nf-core/align_bowtie2/README.md b/subworkflows/nf-core/align_bowtie2/README.md new file mode 100644 index 00000000..45dc527e --- /dev/null +++ b/subworkflows/nf-core/align_bowtie2/README.md @@ -0,0 +1,7 @@ +# ALIGN_BOWTIE2 + +## Launching + +```sh +nextflow run nf-core/modules -main-script subworkflows/nf-core/align_bowtie2/main.nf -r subworkflow-launch -entry ALIGN_BOWTIE2 +```