Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
ng6
Commits
2a2a6655
Commit
2a2a6655
authored
Nov 13, 2019
by
ckuchly
Browse files
#141
change REGEX to display pictures from FASTQC analysis from new
storage spaces
parent
00b365f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/FastQC.js
View file @
2a2a6655
...
...
@@ -79,7 +79,7 @@ $(function () {
//Build tbody
var
tbody
=
""
;
var
pattern_regexp
=
new
RegExp
(
'
<a[^>]+class="[^"]*imglink[^"]*"[^>]+href="(fileadmin
\
/data
\
/analyze
\
/[^"]+)
'
)
;
var
pattern_regexp
=
new
RegExp
(
'
<a[^>]+class="[^"]*imglink[^"]*"[^>]+href="(fileadmin
\
/data
[_]*[a-z]*
\
/analyze
\
/[^"]+)
'
)
;
for
(
var
i
=
0
;
i
<
samples
.
length
;
i
++
)
{
tbody
+=
'
<tr>
'
;
for
(
var
j
=
0
;
j
<
columns
.
length
;
j
++
)
{
...
...
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