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
genotoul-bioinfo
ng6
Commits
d19568f9
Commit
d19568f9
authored
Nov 05, 2018
by
Maxime Manno
🍜
Browse files
Correct template file
#74
parent
ae67dc6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/Run_stats.tpl
View file @
d19568f9
...
...
@@ -178,8 +178,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
Median read_quality
</th>
{
elseif
$head
==
'N50_read_length'
}
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
N50 read_length
</th>
{
elseif
$head
==
'L50_read_length'
}
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
L50 read_length
</th>
{
elseif
$head
==
'barcode_score'
}
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
Barcode_score
</th>
{
elseif
$head
==
'nb_read_Q>10'
}
...
...
@@ -190,6 +188,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
Median yield_per_sec
</th>
{
elseif
$head
==
'nb_actif_channel'
}
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
Nb actif_channel
</th>
{
elseif
$head
==
'nb_reads_utils'
}
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
Nb actif_channel
</th>
{
elseif
$head
==
'nb_bases_utils'
}
<th
class =
"numeric-sort"
id=
"th_id_
{
$th_id
}
"
>
Nb actif_channel
</th>
{/
if
}
{
$th_id
=
$th_id
+
1
}
{/
foreach
}
...
...
@@ -217,8 +219,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:1:',':' '}
</th>
{
elseif
$head
==
'N50_read_length'
}
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:0:',':' '}
</th>
{
elseif
$head
==
'L50_read_length'
}
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:0:',':' '}
</th>
{
elseif
$head
==
'barcode_score'
}
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:1:',':' '}
</th>
{
elseif
$head
==
'nb_read_Q>10'
}
...
...
@@ -229,6 +229,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:0:',':' '}
</th>
{
elseif
$head
==
'nb_actif_channel'
}
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:0:',':' '}
</th>
{
elseif
$head
==
'nb_reads_utils'
}
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:0:',':' '}
</th>
{
elseif
$head
==
'nb_bases_utils'
}
<th
id=
"sample_
{
$i
}
_col_
{
$col_id
}
"
>
{($sample_results.$head)|number_format:0:',':' '}
</th>
{/
if
}
{
$col_id
=
$col_id
+
1
}
...
...
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