Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/nf-core/nextclade/datasetget/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ process NEXTCLADE_DATASETGET {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
nextclade: \$(echo \$(nextclade --version 2>&1) | sed 's/^.*nextclade //; s/ .*\$//')
nextclade-tag: \$(grep "tag" $dataset/pathogen.json | sed -n 's/.*"tag": "\\([0-9-]\\+Z\\)".*/\\1/p')
END_VERSIONS
"""

Expand Down
Loading