Skip to content

Commit

Permalink
Update md5 for mlbm wrapper after PGEcore update
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn1995 committed Jan 29, 2025
1 parent dbf1347 commit d13141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/local/mlbm_wrapper.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nextflow_process {
then {
assert process.success
assert process.out.mlaf != null
assert path(process.out.mlaf.get(0)).md5 == "10a5aeddf660ad6379e1dfab72a53c12"
assert path(process.out.mlaf.get(0)).md5 == "8012ff36208f164c459e8a68339a85c4"
}

}
Expand Down

0 comments on commit d13141b

Please sign in to comment.