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
genotoul-bioinfo
ng6
Commits
7b3cc0f3
Commit
7b3cc0f3
authored
May 01, 2021
by
gsalin
Browse files
#201
parent
007ea68f
Changes
1
Show whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/FastQC.js
View file @
7b3cc0f3
...
@@ -79,7 +79,7 @@ $(function () {
...
@@ -79,7 +79,7 @@ $(function () {
//Build tbody
//Build tbody
var
tbody
=
""
;
var
tbody
=
""
;
var
pattern_regexp
=
new
RegExp
(
'
<a[^>]+class="[^"]*imglink[^"]*"[^>]+href="(fileadmin
\
/data[_]*[a-z]*
\
/analyze
\
/[^"]+)
'
)
;
var
pattern_regexp
=
new
RegExp
(
'
<a[^>]+class="[^"]*imglink[^"]*"[^>]+href="(
\
/
fileadmin
\
/data[_]*[a-z]*
\
/analyze
\
/[^"]+)
'
)
;
for
(
var
i
=
0
;
i
<
samples
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
samples
.
length
;
i
++
)
{
tbody
+=
'
<tr>
'
;
tbody
+=
'
<tr>
'
;
for
(
var
j
=
0
;
j
<
columns
.
length
;
j
++
)
{
for
(
var
j
=
0
;
j
<
columns
.
length
;
j
++
)
{
...
...
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