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
de6e7c09
Commit
de6e7c09
authored
Oct 08, 2018
by
Gerald Salin
Browse files
#80
: error displaying template
parent
ba4da55f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/analyzes/Bismark.tpl
View file @
de6e7c09
...
...
@@ -69,7 +69,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{/
if
}
<tr>
<input
type=
"hidden"
id=
"descrip_
{
$i
}
"
value=
"
{
$sample
|
get_description
}
"
/>
<input
type=
"hidden"
id=
"descrip_
{
$i
}
"
value=
"
{
$sample
|
get_description
:
$descriptions
}
"
/>
<td><center><input
type=
"checkbox"
id=
"chk_sample_
{
$i
}
"
value=
"sample"
/></center></td>
<td>
{
$sample
|
get_description
:
$descriptions
}
</td>
{
if
$label
==
"Reads"
}
...
...
ui/nG6/pi1/analyzes/BismarkMethylationExtractor.tpl
View file @
de6e7c09
...
...
@@ -75,7 +75,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<input
type=
"hidden"
id=
"PercentCinCHG_
{
$i
}
"
value=
"
{
$PercentCinCHG
}
"
/>
<input
type=
"hidden"
id=
"PercentCinCHH_
{
$i
}
"
value=
"
{
$PercentCinCHH
}
"
/>
<input
type=
"hidden"
id=
"nb_C_
{
$i
}
"
value=
"
{
$sample_results
[
"default"
].
totalC
}
"
/>
<input
type=
"hidden"
id=
"descrip_
{
$i
}
"
value=
"
{
$sample
|
get_description
}
"
/>
<!--
<input type="hidden" id="descrip_
{
$i
}
" value="
{
$sample
|
get_description
:
$descriptions
}
"/>
-->
<td><center><input
type=
"checkbox"
id=
"chk_sample_
{
$i
}
"
value=
"sample"
/></center></td>
<td
id=
"sample_
{
$i
}
_col_1"
>
{
$sample
|
get_description
:
$descriptions
}
</td>
<td
id=
"sample_
{
$i
}
_col_2"
>
{
$sample_results
[
"default"
].
totalC
|
number_format
:
0
:
' '
:
' '
}
</td>
...
...
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