Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
datautils
Commits
0ebea2d2
Commit
0ebea2d2
authored
Jun 11, 2019
by
Lena Hersemann
Browse files
corrected path to rendr information
parent
1a2685df
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/rendr/rendr_utils.sh
View file @
0ebea2d2
## test if present in PATH
if
[
-z
"
$(
which rend.R 2>/dev/null
)
"
]
;
then
echo
"rendr.R is not installed. See https://git
hub.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment