mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
test(fastqc): Fix md5sums
These must have gotten messed up at some point
83539fcdf2
is my guess
This commit is contained in:
parent
939f5ca744
commit
d009420a0c
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
- fastqc
|
||||
files:
|
||||
- path: output/test_single_end/test_fastqc.html
|
||||
md5sum: 7027e72c3e55292c1567f12e02565e3b
|
||||
md5sum: e6b300cebca25e208ac32aacc430392f
|
||||
- path: output/test_single_end/test_fastqc.zip
|
||||
|
||||
- name: Run fastqc paired-end test workflow
|
||||
|
@ -13,8 +13,8 @@
|
|||
- fastqc
|
||||
files:
|
||||
- path: output/test_paired_end/test_1_fastqc.html
|
||||
md5sum: b3796b4323dc34970b7461f813135254
|
||||
md5sum: ac93f43b49c9eb52c3c0fcdb74f603cf
|
||||
- path: output/test_paired_end/test_2_fastqc.html
|
||||
md5sum: 55182467f48ca5ed88a2608ea57a1afc
|
||||
md5sum: 67ef5d28c60f5e075e39d4e95b31340e
|
||||
- path: output/test_paired_end/test_1_fastqc.zip
|
||||
- path: output/test_paired_end/test_2_fastqc.zip
|
||||
|
|
Loading…
Reference in a new issue