Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucpen authored Aug 26, 2024
1 parent 93ffd4a commit 20580e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/build_vep_cache.nf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ process BUILD_VEP_CACHE {

stub:
"""
touch vep_cache
mkdir vep_cache
touch vep_plugin_files.csv
cat <<-END_VERSIONS > versions.yml
Expand Down
2 changes: 2 additions & 0 deletions modules/local/vep_gnomad_download.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ process VEP_GNOMAD_DOWNLOAD {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
wget: \$(echo wget -V 2>&1 | grep "GNU Wget" | cut -d" " -f3 > versions.yml)
bcftools: \$(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*\$//')
tabix: \$(echo \$(tabix -h 2>&1) | sed 's/^.*Version: //; s/ .*\$//')
END_VERSIONS
"""

Expand Down

0 comments on commit 20580e5

Please sign in to comment.