mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Apply suggestions from code review
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
b1e134fdd7
commit
09bfe3c618
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ process SRATOOLS_PREFETCH {
|
|||
|
||||
input:
|
||||
tuple val(meta), val(id)
|
||||
path(ncbi_settings)
|
||||
path ncbi_settings
|
||||
|
||||
output:
|
||||
tuple val(meta), path(id), emit: sra
|
||||
|
|
Loading…
Reference in a new issue