Replies: 2 comments 1 reply
-
You need to:
That way your decompress command can just be |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, it worked ! But is it possible to delete the input archive after decompression in the same process ?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new to nextflow and struggling with a simple command.
One of my processes generates a set of .tar.gz files in a single folder. I have been trying to create a process which decompresses all those archives.
My last attempt is with:
I guess various things are wrong there. Nextflow does not crash, but nothing seem to happen once the run is over.
Beta Was this translation helpful? Give feedback.
All reactions