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
29d2b5c6
Commit
29d2b5c6
authored
Aug 28, 2015
by
Holger Brandl
Browse files
fixed mkdir
parent
ebe0b236
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/rendr/rendr_utils.sh
View file @
29d2b5c6
...
...
@@ -13,7 +13,7 @@ rendr_snippet(){
fi
reportName
=
$1
tmpR
=
$(
mktemp
-d
mktemp
-d
/tmp/rendr.XXXX
)
/
$(
echo
$reportName
|
tr
" "
"_"
)
.R
tmpR
=
$(
mktemp
-d
/tmp/rendr.XXXX
)
/
$(
echo
$reportName
|
tr
" "
"_"
)
.R
## http://stackoverflow.com/questions/11454343/pipe-output-to-bash-function
cat
|
sed
's/#>/#'
"'"
'/g'
>
$tmpR
...
...
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