Added more Doc Strings
Merge request reports
Activity
requested review from @larissa.glass
Gtf.from_dataframe function in tsg/main.py Initializes Gtf object from pandas Dataframe. Part of initialization is
- Set
dataframe
attribute - Check which columns belong to the free-text part of the GTF-file.
- Check if there are no columns called free-text and if so, sets the value of
parsed
attribute to TRUE.
Edited by Larissa Glass- Set
added 1 commit
- a2867f21 - Corrected Doc String of from_dataframe according to comments of Larissa
Please register or sign in to reply