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
Mirrors
biopet.biopet
Commits
ea6ece2f
Commit
ea6ece2f
authored
Jun 22, 2015
by
Peter van 't Hof
Browse files
Fix scaling of plots
parent
2135eabb
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/flexiprep/src/main/resources/nl/lumc/sasc/biopet/pipelines/flexiprep/flexiprepFastaqcPlot.ssp
View file @
ea6ece2f
...
@@ -24,21 +24,28 @@
...
@@ -24,21 +24,28 @@
}
}
}#
}#
<table>
<div class="row">
<tbody>
<div class="col-md-1"></div>
<tr><td></td>
<div class="col-md-5"><b>Before QC</b></div>
<th>Before QC</th>
#if (!skipTrim || !skipClip) <div class="col-md-5"><b>After QC</b></div> #end
#if (!skipTrim || !skipClip) <th>After QC</th> #end
</div>
</tr>
<div class="row">
<tr><th>R1</th>
<div class="col-md-1"><b>R1</b></div>
<td><img src="${getPlot("fastqc_R1")}" width="75%"></td>
<div class="col-md-5"><img class="img-responsive" src="${getPlot("fastqc_R1")}" /></div>
#if (!skipTrim || !skipClip) <td><img src="${getPlot("fastqc_R1_qc")}" width="75%"></td> #end
#if (!skipTrim || !skipClip)
</tr>
<div class="col-md-5">
<img class="img-responsive" src="${getPlot("fastqc_R1_qc")}" />
</div>
#end
</div>
#if (paired)
#if (paired)
<tr><th>R2</th>
<div class="row">
<td><img src="${getPlot("fastqc_R2")}" width="75%"></td>
<div class="col-md-1"><b>R2</b></div>
#if (!skipTrim || !skipClip) <td><img src="${getPlot("fastqc_R2_qc")}" width="75%"></td> #end
<div class="col-md-5"><img class="img-responsive" src="${getPlot("fastqc_R2")}" /></div>
</tr>
#if (!skipTrim || !skipClip)
<div class="col-md-5">
<img class="img-responsive" src="${getPlot("fastqc_R2_qc")}" />
</div>
#end
</div>
#end
#end
</tbody>
</table>
\ No newline at end of file
Write
Preview
Supports
Markdown
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