Skip to content

Commit

Permalink
Update plot description
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Dec 4, 2024
1 parent 3e1af66 commit 7d1e551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/combinebeds/shifts/templates/shifts.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def get_group_sizes(df: pl.LazyFrame, max_shift: int, consider_strand: bool) ->
'parent_id': "shift_plots",
'parent_name': 'Shift Plots',
'parent_description': 'Stacked bar plots showing the agreement between tools and samples for different shift values',
'section_name': f'Shifts {prefix}: {meta_id} ',
'description': f'Stacked bar plot showing the overlap between {prefix} for {meta_id}',
'section_name': f'{title}, {"considering" if consider_strand else "ignoring"} strand',
'description': f'Stacked bar plot showing the agreement between tools and samples for different shift values, {"considering" if consider_strand else "ignoring"} strand',
'plot_type': 'image',
'data': image_html
}
Expand Down

0 comments on commit 7d1e551

Please sign in to comment.