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

another one

parent fbf5c70d
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ params.help = false
log.info "reads files : ${params.reads}"
log.info "genome file : ${params.genome}"
genome = file (params.genome)
/*
......@@ -39,7 +40,7 @@ channel
workflow {
fastp(reads)
//mapping
index_fasta(params.genome)
index_fasta(genome)
mapping_fastq(index_fasta.out.index.collect(),
reads)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment