snapaligner: fix quotes (#1835)

Fix quotes
This commit is contained in:
Matthias De Smet 2022-06-30 11:15:15 +02:00 committed by GitHub
parent 486eebfd29
commit 253f8c1b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
process SNAPALIGNER_ALIGN {
tag '$meta.id'
tag "$meta.id"
label 'process_high'
conda (params.enable_conda ? "bioconda::snap-aligner=2.0.1" : null)

View file

@ -1,5 +1,5 @@
process SNAPALIGNER_INDEX {
tag '$fasta'
tag "$fasta"
label 'process_high'
conda (params.enable_conda ? "bioconda::snap-aligner=2.0.1" : null)