Skip to content

Commit

Permalink
Merge pull request #455 from akmorrow13/show-reads
Browse files Browse the repository at this point in the history
changed hide Alignments in browser for only > 5 samples
  • Loading branch information
akmorrow13 authored Oct 26, 2018
2 parents eccad52 + 033ed85 commit 04b696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mango-cli/src/main/webapp/WEB-INF/layouts/browser.ssp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
#end
tracks.push({
viz: pileup.viz.pileup({
hideAlignments: true
hideAlignments: ${reads.get.length > 5}
}),
isReference: false,
data: pileup.formats.GAReadAlignment({
Expand Down

0 comments on commit 04b696d

Please sign in to comment.