Forked from
LBMC / nextflow
1238 commits behind the upstream repository.
-
Laurent Modolo authoredLaurent Modolo authored
tests.sh 627 B
nextflow src/nf_modules/Kallisto/tests/index.nf \
-c src/nf_modules/Kallisto/kallisto.config \
-profile docker \
--fasta "data/tiny_dataset/fasta/tiny_v2.fasta"
nextflow src/nf_modules/Kallisto/tests/mapping_single.nf \
-c src/nf_modules/Kallisto/kallisto.config \
-profile docker \
--index "results/mapping/index/tiny_v2.index" \
--fastq "data/tiny_dataset/fastq/tiny*_S.fastq"
nextflow src/nf_modules/Kallisto/tests/mapping_paired.nf \
-c src/nf_modules/Kallisto/kallisto.config \
-profile docker \
--index "results/mapping/index/tiny_v2.index" \
--fastq "data/tiny_dataset/fastq/tiny*_R{1,2}.fastq"