Skip to content
Snippets Groups Projects
Select Git revision
  • 231fd9e6a361a8095f07f32ce8c42b69f9409f8f
  • master default protected
  • fduveau-master-patch-78102
  • dev
  • 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

build.sh

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