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

another one

parent 41efd843
No related branches found
No related tags found
Loading
......@@ -20,6 +20,7 @@ log.info "reads files : ${params.reads}"
log.info "genome file : ${params.genome}"
/*
channel
.fromPath( params.bed )
......@@ -38,7 +39,7 @@ channel
workflow {
fastp(reads)
//mapping
index_fasta(genome)
index_fasta(params.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