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
a14ae6a4
Commit
a14ae6a4
authored
Sep 26, 2018
by
Maxime Manno
🍜
Browse files
Add number of reads/bases useful
parent
18f7eb12
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/Run_stats.tpl
View file @
a14ae6a4
...
...
@@ -109,7 +109,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{
if
(
$head
==
'median_read_quality'
)
or
(
$head
==
'mean_read_quality'
)
}
<td><label>
{
$head
}
</label></td>
<td>
{($quality.$head)|number_format:2:',':' '}
</td>
{
elseif
$head
|
strstr
:
"nb_read
_Q
"
}
{
elseif
$head
|
strstr
:
"nb_read"
}
<td><label>
{
$head
}
</label></td>
<td>
{($quality.$head)|number_format:0:',':' '} ({($quality.$head / $basic.nb_reads*100)|number_format:2:',':' '}%)
</td>
{
else
}
...
...
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