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
e39e5723
Commit
e39e5723
authored
5 years ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
Remove print
parent
f03c3f30
No related branches found
No related tags found
No related merge requests found
Pipeline
#27591
failed with stage
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
crisprbact/predict.py
+0
-1
0 additions, 1 deletion
crisprbact/predict.py
with
0 additions
and
1 deletion
crisprbact/predict.py
+
0
−
1
View file @
e39e5723
...
@@ -76,7 +76,6 @@ def on_target_predict(seq, genome=None, seed_sizes=[8, 9, 10, 11, 12]):
...
@@ -76,7 +76,6 @@ def on_target_predict(seq, genome=None, seed_sizes=[8, 9, 10, 11, 12]):
)
)
else
:
else
:
genome_features
=
extract_features
(
records
)
genome_features
=
extract_features
(
records
)
print
(
seq
)
alltargets
=
list
(
find_targets
(
seq
))
alltargets
=
list
(
find_targets
(
seq
))
if
alltargets
:
if
alltargets
:
X
=
np
.
array
(
X
=
np
.
array
(
...
...
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