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

tophat.def

Blame
  • Forked from LBMC / nextflow
    Source project has a limited visibility.
    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"