Skip to content
Snippets Groups Projects
Select Git revision
  • 4fa9a1b1d9185a495066370e92b8d6a75b0c9ba4
  • master default protected
  • tp_experimental_biologists
3 results

tests.sh

Blame
  • Forked from LBMC / nextflow
    1251 commits behind the upstream repository.
    Laurent Modolo's avatar
    4fa9a1b1
    History
    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"