Skip to content
Snippets Groups Projects
Commit 224790f7 authored by cbedet's avatar cbedet
Browse files

typo correction

parent c557157e
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment