Minor changes in wording/spelling and added more Doc Strings
3 unresolved threads
3 unresolved threads
Minor changes in wording/spelling in README: Added more Doc Strings to cli.py; minor correction of spelling in Doc Strings in main.py
Merge request reports
Activity
requested review from @larissa.glass
32 32 33 33 34 34 def filter_df(df: pd.DataFrame, transcripts: list = []) -> pd.DataFrame: 35 """Filter annotations to include only exons with the highest transcript support level (TSL1). 35 """Filter annotations to include only exons with the highest transcript support level, i.e. (TSL1). changed this line in version 2 of the diff
11 11 12 12 13 13 def read_abundances(transcripts_file: str) -> pd.DataFrame: 14 """Read abundance file into dataframe. 14 """Read file of abundance of transcripts into dataframe. changed this line in version 2 of the diff
Please register or sign in to reply