Select Git revision
Forked from
LBMC / nextflow
940 commits behind the upstream repository.
Laurent Modolo authored
tests.sh 348 B
./nextflow src/nf_modules/FastQC/fastqc_paired.nf \
-c src/nf_modules/FastQC/fastqc_paired.config \
-profile docker \
--fastq "data/tiny_dataset/fastq/tiny_R{1,2}.fastq"
./nextflow src/nf_modules/FastQC/fastqc_single.nf \
-c src/nf_modules/FastQC/fastqc_single.config \
-profile docker \
--fastq "data/tiny_dataset/fastq/tiny_S.fastq"