Skip to content
Snippets Groups Projects
Commit ec7128a5 authored by nlecouvr's avatar nlecouvr
Browse files

correction

parent b3928229
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ include { fasta_from_bed } from "./nf_modules/bedtools/main.nf"
params.fastq = "data/fastq/*_{1,2}.fastq"
log.info "fasta file : ${params.fasta}"
log info "bed file : ${params.bed}"
log.info "bed file : ${params.bed}"
channel
.fromPath( params.fasta )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment