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

test

parent 1dfdb6f9
No related branches found
No related tags found
No related merge requests found
nextflow.enable.dsl=2 nextflow.enable.dsl=2
include { fastp } from "./nf_modules/fastp/main.nf" include { fastp } from "./nf_modules/fastp/main.nf"
channel channel
.fromFilePairs( "data/tiny_dataset/fastq/*_R{1,2}.fastq", size: -1) .fromFilePairs( "data/tiny_dataset/fastq/*_R{1,2}.fastq", size: -1)
.set { fastq_files } .set { fastq_files }
workflow { workflow {
fastp(fastq_files) fastp(fastq_files)
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment