Skip to content

Commit

Permalink
only storing zipped md5sums rather than plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorisvansteenbrugge committed Oct 4, 2024
1 parent 3adc355 commit 148d2d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ nextflow_process {
{assert process.success},
{assert zipFile.isValid()},
{assert snapshot(
metaFile.text,
dataFile.text).match()}
metaFile,
dataFile).match()}
)
}
}
Expand Down

Large diffs are not rendered by default.

0 comments on commit 148d2d9

Please sign in to comment.