Skip to content

Commit

Permalink
dummy: Remove comment because malt build is borked
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Sep 30, 2024
1 parent fed0e6c commit 0b8d4e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/nf-core/unzip/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ process UNZIP {
def args = task.ext.args ?: ''
if ( archive instanceof List && archive.name.size > 1 ) { error "[UNZIP] error: 7za only accepts a single archive as input. Please check module input." }
prefix = task.ext.prefix ?: ( meta.id ? "${meta.id}" : archive.baseName)
// Stress test
"""
7za \\
x \\
Expand Down

0 comments on commit 0b8d4e4

Please sign in to comment.