Skip to content
Snippets Groups Projects
Commit 0ebea2d2 authored by Lena Hersemann's avatar Lena Hersemann
Browse files

corrected path to rendr information

parent 1a2685df
No related branches found
Tags v1.52
No related merge requests found
## test if present in PATH
if [ -z "$(which rend.R 2>/dev/null)" ]; then
echo "rendr.R is not installed. See https://github.com/holgerbrandl/datautils/tree/master/R/rendr for details" >&2
echo "rendr.R is not installed. See https://git.mpi-cbg.de/bioinfo/datautils/tree/master/tools/rendr for details" >&2
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment