You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be interested into a function that would enable to snapshot a channel without testing the md5sum of the files in it.
The rational behind that is that in nf-core we often want to know what is inside a resulting channel of a module / subworkflow / function but due to timestamp some files cannot be checked.
The function getAllFilesFromDir would work well for workflow but it would be nice to have an equivalent for a channel.
For example, if I have a modules giving back the following:
Hi,
I would be interested into a function that would enable to snapshot a channel without testing the md5sum of the files in it.
The rational behind that is that in nf-core we often want to know what is inside a resulting channel of a module / subworkflow / function but due to timestamp some files cannot be checked.
The function
getAllFilesFromDir
would work well for workflow but it would be nice to have an equivalent for a channel.For example, if I have a modules giving back the following:
I would like the output of the function
getAllFilesFromChannel(process.out)
orgetAllFilesFromChannel(function.result)
to be :It might need to work recursively to ensure that all path to files has been removed in array or dictionnary.
The text was updated successfully, but these errors were encountered: