Commit a59575b8 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated gunzip

parent ae97269e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,6 +36,9 @@
            "fastqc": {
                "git_sha": "49da8642876ae4d91128168cd0db4f1c858d7792"
            },
            "gunzip": {
                "git_sha": "e560fbbc3ed68e62bc810a50f552394056f81762"
            },
            "picard/markduplicates": {
                "git_sha": "49da8642876ae4d91128168cd0db4f1c858d7792"
            },
+3 −2
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ process GUNZIP {
        -f \\
        $options.args \\
        $archive

    cat <<-END_VERSIONS > versions.yml
    ${getProcessName(task.process)}:
        ${getSoftwareName(task.process)}: \$(echo \$(gunzip --version 2>&1) | sed 's/^.*(gzip) //; s/ Copyright.*\$//')
+2 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ tools:
        description: |
            gzip is a file format and a software application used for file compression and decompression.
        documentation: https://www.gnu.org/software/gzip/manual/gzip.html
        licence: ['GPL-3.0-or-later']
input:
    - archive:
        type: file
+1 −1

File changed.

Contains only whitespace changes.