Skip to content
Snippets Groups Projects
Select Git revision
  • a095fa9d642424a0d8e1f643bcb76c0d5696cb06
  • master default protected
  • dev
  • v2.0.0
  • v0.4.0
  • v0.3.0
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
18 results

tests.sh

Blame
  • tests.sh 688 B
    ./nextflow src/nf_modules/RSEM/indexing.nf \
      -c src/nf_modules/RSEM/indexing.config \
      -profile docker \
      --fasta "data/tiny_dataset/fasta/tiny_v2.fasta" \
      --annotation "data/tiny_dataset/annot/tiny.gff"
    
    ./nextflow src/nf_modules/RSEM/quantification_single.nf \
      -c src/nf_modules/RSEM/quantification_single.config \
      -profile docker \
      --index "results/mapping/index/tiny_v2.index*" \
      --fastq "data/tiny_dataset/fastq/tiny*_S.fastq"
    
    ./nextflow src/nf_modules/RSEM/quantification_paired.nf \
      -c src/nf_modules/RSEM/quantification_paired.config \
      -profile docker \
      --index "results/mapping/index/tiny_v2.index*" \
      --fastq "data/tiny_dataset/fastq/tiny*_R{1,2}.fastq"