Skip to content
Snippets Groups Projects
Select Git revision
  • f92cde7ca41e42c35673f28ce54a8b551a7bd4d9
  • 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
  • Laurent Modolo's avatar
    Laurent Modolo authored
    5d14ce0b
    History
    tests.sh 602 B
    cp data/tiny_dataset/map/tiny_v2.bam data/tiny_dataset/map/tiny_v2_control.bam
    ./nextflow src/nf_modules/macs2/peak_calling.nf \
      -c src/nf_modules/macs2/peak_calling.config \
      -profile docker \
      -resume \
      --bam "data/tiny_dataset/map/tiny_v2*.bam" \
      --genome_size 129984 \
      --control_tag "control"
    
    if [ -x "$(command -v singularity)" ]; then
      ./nextflow src/nf_modules/macs2/peak_calling.nf \
        -c src/nf_modules/macs2/peak_calling.config \
        -profile singularity \
        -resume \
        --bam "data/tiny_dataset/map/tiny_v2*.bam" \
        --genome_size 129984 \
        --control_tag "control"
    fi