Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CRISPRbact
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David BIKARD
CRISPRbact
Commits
0b5cb417
Commit
0b5cb417
authored
4 years ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
Upper the off-target sequence
parent
a7254c08
No related branches found
No related tags found
No related merge requests found
Pipeline
#28565
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
crisprbact/off_target.py
+1
-1
1 addition, 1 deletion
crisprbact/off_target.py
with
1 addition
and
1 deletion
crisprbact/off_target.py
+
1
−
1
View file @
0b5cb417
...
...
@@ -24,7 +24,7 @@ def get_off_target_pos(guide, records, seed_size):
if
records
is
not
None
:
offs
=
iter
([])
for
rec
in
records
:
sequence_str
=
str
(
rec
.
seq
)
sequence_str
=
str
(
rec
.
seq
)
.
upper
()
seqid
=
rec
.
id
offs_plus
=
re
.
finditer
(
guide
[
-
seed_size
:]
+
"
[ATGC]GG
"
,
sequence_str
)
offs_plus
=
gen_extract_off_target_strand_plus
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment