Skip to content
Snippets Groups Projects
Commit fb12a8c0 authored by Max Bär's avatar Max Bär
Browse files

output write to file

parents 537acfaf 9d8e9283
No related branches found
No related tags found
No related merge requests found
......@@ -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)
>>>>>>> 9d8e928323a99c5e86557c4b53ab93aaf8f5beb5
#print(PostProcessRIBlast().output)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment