Skip to content

Commit

Permalink
fake change to UNTAR
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Sep 30, 2024
1 parent 2516a34 commit 73d8afa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nf-core/untar/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ nextflow_process {
when {
process {
"""
// Testy mctestface
input[0] = [ [], file(params.modules_testdata_base_path + 'genomics/sarscov2/genome/db/kraken2.tar.gz', checkIfExists: true) ]
"""
}
Expand Down Expand Up @@ -82,4 +83,4 @@ nextflow_process {
)
}
}
}
}

0 comments on commit 73d8afa

Please sign in to comment.