Skip to content

Commit

Permalink
Stranded screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 23, 2015
1 parent 6d5292a commit f4c2058
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added screenshots/structuralvariants_strands.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions screenshots/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ class StructuralVariants(Base):
@waitforjs(PILEUP_RENDERED_JS)
def base(self, driver):
pass

@url('?pos=chr1:4,938,510-4,938,770&colorByStrand=1')
@hide('#stats')
@waitforjs(PILEUP_RENDERED_JS)
def strands(self, driver):
pass

0 comments on commit f4c2058

Please sign in to comment.