Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amine GHOZLANE
shaman
Commits
be3c3d82
Commit
be3c3d82
authored
Apr 21, 2017
by
Amine GHOZLANE
Browse files
Debug for R 3.1.2
parent
9b70ee7c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
be3c3d82
...
@@ -3,5 +3,4 @@
...
@@ -3,5 +3,4 @@
*.RData
*.RData
.Rproj.user
.Rproj.user
*.Rproj
*.Rproj
AideCode.odt
*.json
www/google-analytics.js
LoadPackages.R
View file @
be3c3d82
options
(
download.file.method
=
'wget'
)
options
(
download.file.method
=
'wget'
)
if
(
!
require
(
"backports"
)){
install.packages
(
"backports"
)
library
(
backports
)
}
if
(
!
require
(
"readr"
)){
if
(
!
require
(
"readr"
)){
install.packages
(
"readr"
)
install.packages
(
"readr"
)
library
(
readr
)
}
}
if
(
!
require
(
"jsonlite"
)){
if
(
!
require
(
"jsonlite"
)){
install.packages
(
"jsonlite"
)
install.packages
(
"jsonlite"
)
library
(
jsonlite
)
}
}
if
(
!
require
(
"shinyFiles"
)){
if
(
!
require
(
"shinyFiles"
)){
install.packages
(
"shinyFiles"
)
install.packages
(
"shinyFiles"
)
library
(
shinyFiles
)
}
}
...
@@ -174,6 +181,7 @@ if(!require(PhyloTreeMetaR)){
...
@@ -174,6 +181,7 @@ if(!require(PhyloTreeMetaR)){
library
(
PhyloTreeMetaR
)
library
(
PhyloTreeMetaR
)
}
}
# if(!require(plotly)){
# if(!require(plotly)){
# install.packages("plotly")
# install.packages("plotly")
# library(plotly)
# library(plotly)
...
...
Rfunctions/Data_Management.R
View file @
be3c3d82
...
@@ -317,9 +317,9 @@ SamplesMasque <- function(input,values)
...
@@ -317,9 +317,9 @@ SamplesMasque <- function(input,values)
CreateJSON
<-
function
(
input
){
CreateJSON
<-
function
(
input
){
curdir
<-
getwd
()
tmpjson
=
tempfile
(
pattern
=
"file"
,
tmpdir
=
paste
(
curdir
,
"www"
,
"masque"
,
"todo"
,
sep
=
.Platform
$
file.sep
),
fileext
=
".json"
)
tmpjson
=
tempfile
(
pattern
=
"file"
,
tmpdir
=
"/Volumes/@home/Projets Hub/Metagenomique/meta16s/www/masque/todo"
,
fileext
=
".json"
)
file.create
(
tmpjson
,
showWarnings
=
FALSE
)
if
(
input
$
PairedOrNot
==
'n'
)
if
(
input
$
PairedOrNot
==
'n'
)
{
{
...
...
www/alienTrimmerPF8contaminants.fasta
0 → 100644
View file @
be3c3d82
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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