Skip to content
Snippets Groups Projects
Verified Commit 39257434 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

bedtools.nf: fix fasta params

parent a2d065e4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
*/
/* fasta extraction */
params.fastq = "$baseDir/data/fasta/*.fasta"
params.fasta = "$baseDir/data/fasta/*.fasta"
params.bed = "$baseDir/data/annot/*.bed"
log.info "fasta file : ${params.fasta}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment