Skip to content
Snippets Groups Projects
Commit 9800c42f authored by lgely's avatar lgely
Browse files

RNAseq.nf changed Kallisto "include" line to return results

parent b9c47ee7
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ log.info "bed file : ${params.bed}" ...@@ -6,7 +6,7 @@ log.info "bed file : ${params.bed}"
include { fastp } from "./nf_modules/fastp/main.nf" include { fastp } from "./nf_modules/fastp/main.nf"
include { fasta_from_bed } from "./nf_modules/bedtools/main.nf" include { fasta_from_bed } from "./nf_modules/bedtools/main.nf"
include { index_fasta; mapping_fastq } from './nf_modules/kallisto/main.nf' include { index_fasta; mapping_fastq } from './nf_modules/kallisto/main.nf' addParams(mapping_fastq_out: "quantification/")
params.fastq = "data/fastq/*_{1,2}.fastq" params.fastq = "data/fastq/*_{1,2}.fastq"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment