Change singularity to docker again

This commit is contained in:
drpatelh 2021-02-02 13:38:34 +00:00
parent 838defa350
commit 6ac252e407

View file

@ -1,5 +1,5 @@
- name: Run bwa index
command: nextflow run ./tests/software/bwa -profile singularity -entry test_bwa_index -c tests/config/nextflow.config
command: nextflow run ./tests/software/bwa -profile docker -entry test_bwa_index -c tests/config/nextflow.config
tags:
- bwa
- bwa_index
@ -14,7 +14,7 @@
md5sum: a47dcc92e750e2f16fbd979b8ff9538e
- name: Run bwa mem single-end
command: nextflow run ./tests/software/bwa -profile singularity -entry test_bwa_mem_single_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bwa -profile docker -entry test_bwa_mem_single_end -c tests/config/nextflow.config
tags:
- bwa
- bwa_mem
@ -23,7 +23,7 @@
md5sum: 52e81e5bd523d0b27fe533b21a0d80f5
- name: Run bwa mem paired-end
command: nextflow run ./tests/software/bwa -profile singularity -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
command: nextflow run ./tests/software/bwa -profile docker -entry test_bwa_mem_paired_end -c tests/config/nextflow.config
tags:
- bwa
- bwa_mem