Skip to content
Snippets Groups Projects
Commit 7b3b8f75 authored by cbedet's avatar cbedet
Browse files

command line to publish the results after quantif

parent 712447cc
Branches
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