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
8e65da7d
Commit
8e65da7d
authored
Apr 21, 2017
by
svolant
Browse files
correction bug
parents
db6ccd7c
be3c3d82
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8e65da7d
...
@@ -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 @
8e65da7d
options
(
download.file.method
=
'wget'
)
options
(
download.file.method
=
'wget'
)
if
(
!
require
(
"backports"
)){
install.packages
(
"backports"
)
library
(
backports
)
}
if
(
!
require
(
"backports"
)){
if
(
!
require
(
"backports"
)){
install.packages
(
"backports"
)
install.packages
(
"backports"
)
...
@@ -8,15 +12,18 @@ if (!require("backports")){
...
@@ -8,15 +12,18 @@ if (!require("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
)
}
}
...
@@ -179,6 +186,7 @@ if(!require(PhyloTreeMetaR)){
...
@@ -179,6 +186,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 @
8e65da7d
...
@@ -317,8 +317,7 @@ SamplesMasque <- function(input,values)
...
@@ -317,8 +317,7 @@ SamplesMasque <- function(input,values)
CreateJSON
<-
function
(
input
){
CreateJSON
<-
function
(
input
){
curdir
<-
getwd
()
curdir
=
getwd
()
tmpjson
=
tempfile
(
pattern
=
"file"
,
tmpdir
=
paste
(
curdir
,
"www"
,
"masque"
,
"todo"
,
sep
=
.Platform
$
file.sep
),
fileext
=
".json"
)
tmpjson
=
tempfile
(
pattern
=
"file"
,
tmpdir
=
paste
(
curdir
,
"www"
,
"masque"
,
"todo"
,
sep
=
.Platform
$
file.sep
),
fileext
=
".json"
)
if
(
input
$
PairedOrNot
==
'n'
)
if
(
input
$
PairedOrNot
==
'n'
)
...
...
www/alienTrimmerPF8contaminants.fasta
0 → 100644
View file @
8e65da7d
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