Skip to content
Snippets Groups Projects
Select Git revision
  • 0d0e55875f72971f328a5290ac0b0874720699aa
  • master default protected
  • dtorresc-master-patch-32428
  • 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

tests.sh

Blame
  • Forked from LBMC / nextflow
    877 commits behind the upstream repository.
    Laurent Modolo's avatar
    0d0e5587
    History
    tests.sh 786 B
    ./nextflow src/nf_modules/fastp/fastp_paired.nf \
      -c src/nf_modules/fastp/fastp_paired.config \
      -profile docker \
      --fastq "data/tiny_dataset/fastq/tiny_R{1,2}.fastq" \
      -resume
    
    ./nextflow src/nf_modules/fastp/fastp_single.nf \
      -c src/nf_modules/fastp/fastp_single.config \
      -profile docker \
      --fastq "data/tiny_dataset/fastq/tiny_S.fastq" \
      -resume
    
    if [ -x "$(command -v singularity)" ]; then
    ./nextflow src/nf_modules/fastp/fastp_paired.nf \
      -c src/nf_modules/fastp/fastp_paired.config \
      -profile singularity \
      --fastq "data/tiny_dataset/fastq/tiny_R{1,2}.fastq" \
      -resume
    
    ./nextflow src/nf_modules/fastp/fastp_single.nf \
      -c src/nf_modules/fastp/fastp_single.config \
      -profile singularity \
      --fastq "data/tiny_dataset/fastq/tiny_S.fastq" \
      -resume
    fi