Skip to content
Snippets Groups Projects
Select Git revision
  • 12e1d05afc183b3c006cafb90832e5431d8354a7
  • master default protected
  • 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
17 results

tests.sh

Blame
  • Forked from LBMC / nextflow
    1103 commits behind the upstream repository.
    Laurent Modolo's avatar
    12e1d05a
    History
    tests.sh 349 B
    nextflow src/nf_modules/UrQt/trimming_paired.nf \
      -c src/nf_modules/UrQt/trimming_paired.config \
      -profile docker \
      --fastq "data/tiny_dataset/fastq/tiny_R{1,2}.fastq"
    
    nextflow src/nf_modules/UrQt/trimming_single.nf \
      -c src/nf_modules/UrQt/trimming_single.config \
      -profile docker \
      --fastq "data/tiny_dataset/fastq/tiny_R{1,2}.fastq"