Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMP-dev
IMP
Commits
d6011672
Commit
d6011672
authored
9 years ago
by
Yohan Jarosz
Browse files
Options
Downloads
Patches
Plain Diff
try new representation
parent
a9436c10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/imp.html
+16
-5
16 additions, 5 deletions
lib/imp.html
lib/imp.js
+4
-1
4 additions, 1 deletion
lib/imp.js
with
20 additions
and
6 deletions
lib/imp.html
+
16
−
5
View file @
d6011672
...
...
@@ -98,20 +98,31 @@
<div
role=
"tabpanel"
class=
"tab-pane fade active"
id=
"preprocess"
>
<section
id=
"preprocess-section"
class=
"row"
>
<h2><small>
Preprocessed data statistics
</small></h2>
<div
id=
"but-preprocess"
class=
"btn-group"
data-toggle=
"buttons"
name=
"
raw
-data"
>
<div
id=
"but-preprocess"
class=
"btn-group"
data-toggle=
"buttons"
name=
"
preprocess
-data"
>
<label
class=
"btn btn-primary active"
>
<input
id=
"but-preprocess-r1"
type=
"radio"
value=
"Analysis/stats/MG/MG.R1_preprocess_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
checked
>
R1
<input
id=
"but-preprocess-
mg
r1"
type=
"radio"
value=
"Analysis/stats/MG/MG.R1_preprocess
ed
_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
checked
>
MG
R1
</label>
<label
class=
"btn btn-primary"
>
<input
id=
"but-preprocess-r2"
type=
"radio"
value=
"Analysis/stats/MG/MG.R2_preprocess_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
>
R2
<input
id=
"but-preprocess-
mg
r2"
type=
"radio"
value=
"Analysis/stats/MG/MG.R2_preprocess
ed
_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
>
MG
R2
</label>
<label
class=
"btn btn-primary"
>
<input
id=
"but-preprocess-se"
type=
"radio"
value=
"Analysis/stats/MG/MG.SE_preprocess_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
>
SE
<input
id=
"but-preprocess-mgse"
type=
"radio"
value=
"Analysis/stats/MG/MG.SE_preprocessed_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
>
MG SE
</label>
<label
class=
"btn btn-primary"
>
<input
id=
"but-preprocess-mtr1"
type=
"radio"
value=
"Analysis/stats/MT/MT.R1_preprocessed_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
>
MT R1
</label>
<label
class=
"btn btn-primary"
>
<input
id=
"but-preprocess-mtr2"
type=
"radio"
value=
"Analysis/stats/MT/MT.R2_preprocessed_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
>
MT R2
</label>
<label
class=
"btn btn-primary"
>
<input
id=
"but-preprocess-mtse"
type=
"radio"
value=
"Analysis/stats/MT/MT.R2_preprocessed_fastqc.html"
class=
"btn btn-default"
name=
"preprocess-data"
>
MT SE
</label>
</div>
<div
class=
"row"
>
<iframe
id=
"ifr-
raw
-stat"
src=
"Analysis/stats/MG/MG.R1
.fq
_fastqc.html"
style=
"position: absolute; width: 100%;height: 100%; border: none"
></iframe>
<iframe
id=
"ifr-
preprocess
-stat"
src=
"Analysis/stats/MG/MG.R1
_preprocessed
_fastqc.html"
style=
"position: absolute; width: 100%;height: 100%; border: none"
></iframe>
</div>
"stats/MG/MG.R1_preprocessed_fastqc.zip",
</section>
<!-- FILTERING -->
<section
id=
"filtering-section"
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.
lib/imp.js
+
4
−
1
View file @
d6011672
...
...
@@ -289,7 +289,10 @@ $('#but-raw').on('change', function(){
var
val
=
$
(
'
input[name="raw-data"]:checked
'
).
val
();
$
(
"
#ifr-raw-stat
"
).
attr
(
'
src
'
,
val
);
});
$
(
'
#but-preprocess
'
).
on
(
'
change
'
,
function
(){
var
val
=
$
(
'
input[name="preprocess-data"]:checked
'
).
val
();
$
(
"
#ifr-preprocess-stat
"
).
attr
(
'
src
'
,
val
);
});
renderSimpleCarousel
(
'
carousel-assembly
'
,
'
Analysis/results
'
,
[
'
IMP-vizbin_length.png
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment