...
Please work through the documentation and add your comments on the bottom of this page, or email comments to support@cyverse.org. Thank you.
Rationale and Background
pigz-2.3.4 (Parallel Implementation of Gzip) is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressed
Pre-Requisites
- A CyVerse account. (Register for an CyVerse account here - user.cyverse.org)
- Mandatory arguments
- Input - One or more files that needs to be compressed
- Output folder - Name of the output folder where the compressed files will be placed
- Optional Parameters:
- Compress faster : Indicates the fastest compression method (less compression)
- Compress better : indicates the slowest compression method (best compression)
...