Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Priming site predictor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zavolan_group
tools
Priming site predictor
Commits
fb12a8c0
Commit
fb12a8c0
authored
2 years ago
by
Max Bär
Browse files
Options
Downloads
Plain Diff
output write to file
parents
537acfaf
9d8e9283
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
primingsitepredictor/postprocessing.py
+5
-0
5 additions, 0 deletions
primingsitepredictor/postprocessing.py
with
5 additions
and
0 deletions
primingsitepredictor/postprocessing.py
+
5
−
0
View file @
fb12a8c0
...
...
@@ -60,10 +60,15 @@ class PostProcessRIBlast():
for
index
in
self
.
interaction_df
.
index
:
self
.
output
=
self
.
output
+
str
(
self
.
interaction_df
[
3
][
index
]
+
'
\t
'
+
'
RIBlast
'
+
'
\t
'
+
'
Priming_site
'
+
'
\t
'
+
self
.
interaction_df
[
13
][
index
]
+
'
\t
'
+
self
.
interaction_df
[
12
][
index
]
+
'
\t
'
+
'
.
'
+
'
\t
'
+
'
+
'
+
'
\t
'
+
'
.
'
+
'
\t
'
+
f
'
Interaction_Energy
"
{
self
.
interaction_df
[
"
Normalised_interaction_energy
"
][
index
]
}
"'
+
'
\n
'
)
<<<<<<<
HEAD
with
open
(
'
output_transcripts_df.txt
'
,
'
w
'
)
as
f
:
f
.
write
(
self
.
output
)
=======
return
(
self
.
output
)
>>>>>>>
9
d8e928323a99c5e86557c4b53ab93aaf8f5beb5
#print(PostProcessRIBlast().output)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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