Skip to content

Commit

Permalink
Switch from realpath to readlink
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Mar 19, 2024
1 parent fe4db67 commit 96d0bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-bioc/get-r-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# selection <- tolower( input_arguments[3] )
# }

mapping_file=`realpath $1`
mapping_file=`readlink -f $1`
bioc_version=`echo $2 | tr '[:upper:]' '[:lower:]'`
selection=`echo $3 | tr '[:upper:]' '[:lower:]'`

Expand Down

0 comments on commit 96d0bb0

Please # to comment.