-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function to get MD5sums of all files in directory that is an emitted element from a channel #30
Comments
One downside is you get both files in subdirectories twice: once for the files themsleves, but also because IT might be worth to update the function that it by default removes directories and only ever check just files |
Basically you'd want something like this?
or even:
|
Yes! Pretty much! |
Slight improvement:
Then I don't have to worry about picking up files in directories twice |
And all of this is coauthored (or mostly authorer) by @nvnieuwk ! |
Also I've had to |
Example:
Where the
process.out.db
contains a directory and subdirectories with multiple files, and I want to excludedatabase-build.log
,database.report.tsv
, andtimestamp
because they are variable filesThe text was updated successfully, but these errors were encountered: