From b3928229455da0e003fd803bcff5aff65014d181 Mon Sep 17 00:00:00 2001 From: Nathan Lecouvreur <nathan.lecouvreur@ens-lyon.fr> Date: Wed, 19 Jan 2022 11:20:24 +0100 Subject: [PATCH] correction --- src/RNASeq.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RNASeq.nf b/src/RNASeq.nf index 6f75645..791dfc7 100644 --- a/src/RNASeq.nf +++ b/src/RNASeq.nf @@ -2,7 +2,7 @@ nextflow.enable.dsl=2 include { fastp } from "./nf_modules/fastp/main.nf" -include { fasta_from_bed } from "./nef_modules/bedtools/main.nf" +include { fasta_from_bed } from "./nf_modules/bedtools/main.nf" params.fastq = "data/fastq/*_{1,2}.fastq" -- GitLab