Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sgrna_strands: not implemented #13

Open
keiranmraine opened this issue Feb 23, 2022 · 0 comments
Open

sgrna_strands: not implemented #13

keiranmraine opened this issue Feb 23, 2022 · 0 comments

Comments

@keiranmraine
Copy link
Contributor

For the sgrna_strands column to be fully useful changes are required in the dual-guide read classification process. At present this is hard coded to expect:

  • read 1: 3'-5',
  • read 2: 5'-3'

The ##dual-orientation: R2_R1 header item only swaps the order of the sgrna_seqs an isn't intended to handle sequencing direction differences.

The locations anticipated to need expansion are:

if bt_l.sm.reversed is False and bt_r.sm.reversed is True:

if bt_l.sm.reversed is False and bt_r.sm.reversed is True:

if bt_l.sm.reversed:

if bt_l.sm.reversed:

if bt_r.sm.reversed:

if bt_r.sm.reversed:

The state of a guide orientation can be accessed via guide.sgrna_strands[0..1].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant