Skip to content

Commit

Permalink
graph based decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Shannon Axelrod committed Oct 18, 2019
1 parent 7e24890 commit 9ac3b89
Show file tree
Hide file tree
Showing 11 changed files with 2,158 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
- name: SeqFISH Notebook
if: type = push and (branch = master or branch =~ /-alltest/)
script: make install-dev notebooks/py/SeqFISH.py
- name: Graph-based Decoding Notebook
if: type = push and (branch = master or branch =~ /-alltest/)
script: make install-dev notebooks/py/graph_decoding.py
# - name: STARmap Notebook
# if: type = push and (branch = master or branch =~ /-alltest/)
# script: make install-dev notebooks/py/STARmap.py
Expand Down
Loading

0 comments on commit 9ac3b89

Please sign in to comment.