Skip to content

Commit

Permalink
handle other build
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Jan 14, 2025
1 parent f3ae3f8 commit e0d8062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/arriba/download/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- wget=1.21.4
- conda-forge::wget=1.21.4
4 changes: 2 additions & 2 deletions modules/nf-core/arriba/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process ARRIBA_DOWNLOAD {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
wget: \$(wget --version | head -1 | sed 's/GNU Wget //' | sed 's/ built on darwin21.3.0.//')
wget: \$(wget --version | head -1 | sed 's/GNU Wget //' | sed 's/\(.*\) built on darwin.*/\1/')
END_VERSIONS
"""

Expand All @@ -42,7 +42,7 @@ process ARRIBA_DOWNLOAD {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
wget: \$(wget --version | head -1 | sed 's/GNU Wget //' | sed 's/ built on darwin21.3.0.//')
wget: \$(wget --version | head -1 | sed 's/GNU Wget //' | sed 's/\(.*\) built on darwin.*/\1/')
END_VERSIONS
"""
}

0 comments on commit e0d8062

Please sign in to comment.