Skip to content

Commit 8553d80

Browse files
committed
Adding scrolling to --galaxyhtml html output.
1 parent 80da3c5 commit 8553d80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/org/seqcode/projects/chexmix/utilities/EventsPostAnalysis.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ public void execute(int histoWin){
439439
// fout.write("\t<h2>Binding event subtype images</h2>\n" +
440440
// "\t<table>\n");
441441
fout.write("\t<p></p>\n"+
442+
"\t<div style='overflow-x:auto;'>\n" +
442443
"\t<table>\n");
443444
fout.write("\t\t<tr>" +
444445
"\t\t<th>Condition</th>\n" +
@@ -512,7 +513,7 @@ public void execute(int histoWin){
512513
fout.write("\t\t<td>NA</td>\n");
513514
fout.write("\t\t</tr>\n");
514515

515-
}fout.write("\t</table>\n");
516+
}fout.write("\t</div>\n\t</table>\n");
516517

517518
//Replicate consistency info
518519
fout.write("\t<h2>Replicate information</h2>\n" +

0 commit comments

Comments
 (0)