Skip to content

Commit

Permalink
Fix error handling when guide not found
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Mar 23, 2024
1 parent edd5d0c commit 3157427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crispio/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def from_mapping(cls,
Examples
--------
>>> genome = "CCCCCCCCCCCTTTTTTTTTTAAAAAAAAAATGATCGATCGATCGAGGAAAAAAAAAACCCCCCCCCCC"
>>> guide_seq = "ATGATCGATCGATCG"
>>> guide_seq = ["ATGATCGATCGATCG", "ATGATCGATCGATCGCCC"]
>>> gl = GuideLibrary.from_mapping(guide_seq=guide_seq, genome=genome)
>>> for collection in gl:
... for match in collection:
Expand Down

0 comments on commit 3157427

Please sign in to comment.