Skip to content
Snippets Groups Projects

Minor changes in wording/spelling and added more Doc Strings

Merged Michael Zimmermann requested to merge Minor_Changes_ReviewList into main
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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).
  • Larissa Glass
    Larissa Glass @larissa.glass started a thread on an outdated change in commit c3d75851
  • 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.
  • added 1 commit

    Compare with previous version

  • Larissa Glass approved this merge request

    approved this merge request

  • merged

  • Please register or sign in to reply
    Loading