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

small changes

parent c6487b08
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ log.info "reads files : ${params.reads}"
log.info "genome file : ${params.genome}"
channel
.fromPath(params.genome)
.fromPath("data/genome/dm6.fasta")
.set {genome}
/*
......@@ -38,7 +38,7 @@ channel
*/
channel
.fromFilePairs( params.reads, size: -1 )
.fromFilePairs( "data/reads/data.fastq", size: -1 )
.set {reads}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment