Skip to content
Snippets Groups Projects
Forked from LBMC / nextflow
1084 commits behind the upstream repository.
tests.sh 630 B
./nextflow src/nf_modules/Kallisto/indexing.nf \
  -c src/nf_modules/Kallisto/indexing.config \
  -profile docker \
  --fasta "data/tiny_dataset/fasta/tiny_v2.fasta"

./nextflow src/nf_modules/Kallisto/mapping_single.nf \
  -c src/nf_modules/Kallisto/mapping_single.config \
  -profile docker \
  --index "results/mapping/index/tiny_v2.index" \
  --fastq "data/tiny_dataset/fastq/tiny*_S.fastq"

./nextflow src/nf_modules/Kallisto/mapping_paired.nf \
  -c src/nf_modules/Kallisto/mapping_paired.config \
  -profile docker \
  --index "results/mapping/index/tiny_v2.index" \
  --fastq "data/tiny_dataset/fastq/tiny*_R{1,2}.fastq"