refactor: Change output file name of EFETCH
This commit is contained in:
parent
b1ee784dac
commit
ec4414184b
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ process EFETCH {
|
|||
publishDir "results", mode: 'copy'
|
||||
|
||||
output:
|
||||
path 'idv4.fasta'
|
||||
path 'reference.fasta'
|
||||
|
||||
script:
|
||||
"""
|
||||
|
@ -18,6 +18,6 @@ process EFETCH {
|
|||
-query "${genome}" \\
|
||||
| efetch \\
|
||||
-format fasta \\
|
||||
> idv4.fasta
|
||||
> reference.fasta
|
||||
"""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue