From 4f14b7295d0063ac526f982b999f72915047b7d0 Mon Sep 17 00:00:00 2001 From: James D Gilbert Date: Tue, 24 Mar 2026 14:49:55 +0000 Subject: [PATCH] Update usage.md remove genome option GRCh38 - not needed for test run and large file to download --- docs/usage.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 608ecdfe..628a63e5 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -303,7 +303,6 @@ Every nf-core pipeline comes with test data than can be run using `-profile test ```bash nextflow run nf-core/methylseq \ --outdir \ - --genome GRCh38 \ -profile test, ```