mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Fix md5 --> md5sum
This commit is contained in:
parent
bbc8c725a2
commit
061b13bf25
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
- minimap2_align_single_end
|
||||
files:
|
||||
- path: output/minimap2/test.paf
|
||||
md5: f92567a67adb0563bd6ff9ed97877be9
|
||||
md5sum: f92567a67adb0563bd6ff9ed97877be9
|
||||
|
||||
- name: minimap2 align paired-end
|
||||
command: nextflow run ./tests/software/minimap2/align -entry test_minimap2_align_paired_end -c tests/config/nextflow.config
|
||||
|
@ -16,7 +16,7 @@
|
|||
- minimap2_align_paired_end
|
||||
files:
|
||||
- path: output/minimap2/test.paf
|
||||
md5: b57e4009b113dcd48755cb713f613942
|
||||
md5sum: b57e4009b113dcd48755cb713f613942
|
||||
|
||||
- name: minimap2 align pairwise
|
||||
command: nextflow run ./tests/software/minimap2/align -entry test_minimap2_align_pairwise -c tests/config/nextflow.config
|
||||
|
|
Loading…
Reference in a new issue