Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LBMC
Hub
PSMN
modules
Commits
cd3d8f19
Unverified
Commit
cd3d8f19
authored
Mar 22, 2019
by
Laurent Modolo
Browse files
fix upercase problem in lua
parent
a22b6b95
Changes
4
Hide whitespace changes
Inline
Side-by-side
modulefiles/kallisto/0.43.1.lua
View file @
cd3d8f19
...
...
@@ -34,7 +34,7 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
--]=====]
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
K
allisto/0.43.1"
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
k
allisto/0.43.1"
conflict
(
"Kallisto"
)
prepend_path
{
"PATH"
,
pathJoin
(
root
,
"bin"
)}
setenv
(
"KALLISTO_PATH"
,
pathJoin
(
root
,
"bin"
))
modulefiles/kallisto/0.44.0.lua
View file @
cd3d8f19
...
...
@@ -34,7 +34,7 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
--]=====]
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
K
allisto/0.44.0"
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
k
allisto/0.44.0"
conflict
(
"Kallisto"
)
prepend_path
{
"PATH"
,
pathJoin
(
root
,
"bin"
)}
setenv
(
"KALLISTO_PATH"
,
pathJoin
(
root
,
"bin"
))
modulefiles/multiqc/1.0.lua
View file @
cd3d8f19
...
...
@@ -34,7 +34,7 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
--]=====]
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
M
ulti
QC
/1.0"
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
m
ulti
qc
/1.0"
conflict
(
"MultiQC"
)
conflict
(
"Python/3.6.1"
)
load
(
"Python/2.7.13"
)
...
...
modulefiles/music/6613c53.lua
View file @
cd3d8f19
...
...
@@ -34,7 +34,7 @@ The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
--]=====]
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
MUSIC
/6613c53"
local
root
=
"/Xnfs/lbmcdb/common/modules/apps/
music
/6613c53"
conflict
(
"MUSIC"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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