fix a typo in version export.

This commit is contained in:
JIANHONG OU 2022-05-02 12:25:48 -04:00
parent 250d64dfde
commit 5735f515f8

View file

@ -32,7 +32,7 @@ process MOTUS_DOWNLOADDB {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
mOTUs: \$(echo \$(motus -h 2>&1) | sed 's/^.*Version: //; s/References.*\$//')
mOTUs: \$(echo \$(motus -h 2>&1) | sed 's/^.*Version: //; s/Reference.*\$//')
END_VERSIONS
"""
}