From 224790f73b5aedb5eb0ee6ce7a173b5000f262cc Mon Sep 17 00:00:00 2001 From: cbedet1 <cecile.bedet@ens-lyon.fr> Date: Fri, 18 Mar 2022 15:24:52 +0100 Subject: [PATCH] typo correction --- src/RNAseq_cec.nf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/RNAseq_cec.nf b/src/RNAseq_cec.nf index 61468ff..f479c9e 100644 --- a/src/RNAseq_cec.nf +++ b/src/RNAseq_cec.nf @@ -10,7 +10,9 @@ include { fastp } from './nf_modules/fastp/main.nf' addParams(fastp_out: "fastQC include { index_fasta as kallisto_index_fasta; // renommer le process index_fasta mapping_fastq as kallisto_mapping_fastq // renommer le process mapping_fastq - } from './nf_modules/kallisto/main.nf' addParams(mapping_fastq_out: "quantification/") addParams( mapping_fastq: " -l 499.2 -s 165.7 " + } from './nf_modules/kallisto/main.nf' addParams( + mapping_fastq_out: "quantif/", + mapping_fastq: " -l 499.2 -s 165.7 " ) // Attention:dans les addParams il faut garder le nom du process pas son alias include { -- GitLab