From 7a5ee93312c61587e02d5594ef317c6819cab4d0 Mon Sep 17 00:00:00 2001 From: asp8200 Date: Fri, 15 Mar 2024 20:45:32 +0000 Subject: [PATCH] Remove comment --- main.nf | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.nf b/main.nf index bc411d6..9785a06 100644 --- a/main.nf +++ b/main.nf @@ -27,9 +27,6 @@ include { PIPELINE_COMPLETION } from './subworkflows/local/utils_nfcore_bamt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -// TODO nf-core: Remove this line if you don't need a FASTA file -// This is an example of how to use getGenomeAttribute() to fetch parameters -// from igenomes.config using `--genome` params.fasta = getGenomeAttribute('fasta') params.fasta_fai = getGenomeAttribute('fasta_fai')