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

Merge branch 'feature_max' into 'main'

First attempt on postprocess

See merge request !25
parents a80d5f0b 3a141995
No related branches found
No related tags found
1 merge request!25First attempt on postprocess
File added
...@@ -4,13 +4,11 @@ Created on Wed Nov 16 16:47:20 2022 ...@@ -4,13 +4,11 @@ Created on Wed Nov 16 16:47:20 2022
@author: baerma @author: baerma
""" """
from createtranscript import CreateTranscript
with open("RIBlast output example.txt", 'r') as file: transcripts = CreateTranscript()
content = file.readlines() interaction_df = transcripts.generate_interaction_df()
print(content[3:][0].strip(' \n').split(',')[-1].strip('()').split(':'))
#create a instant of each transcript class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment