Skip to content

Commit

Permalink
Handle NoneTypes for editing visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingBash committed Jan 29, 2024
1 parent 250bafb commit 8712538
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 117 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ENV PATH="${VENV}/bin:$PATH"

# Install from PyPI
RUN pip install --upgrade pip
RUN pip install crispr-ambiguous-mapping==0.0.141
RUN pip install crispr-ambiguous-mapping==0.0.142
Loading

0 comments on commit 8712538

Please sign in to comment.