Skip to content

Commit

Permalink
no sample pedf
Browse files Browse the repository at this point in the history
  • Loading branch information
cherman2 committed Nov 13, 2024
1 parent 13849ce commit 6b8f1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2_fmt/_peds.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def pedf(table: pd.DataFrame, metadata: qiime2.Metadata,
'description': 'Sample IDs'
})
pedf_df['measure'].attrs.update({
'title': "Sample PEDF",
'title': "PEDF",
'description': 'Proportional Engraftment of Donor Strains'
})
pedf_df['group'].attrs.update({
Expand Down Expand Up @@ -297,7 +297,7 @@ def prdf(table: pd.DataFrame, metadata: qiime2.Metadata,
'description': ''
})
prdf_df['measure'].attrs.update({
'title': "Feature PRDF",
'title': "PRDF",
'description': 'Proportional Engraftment of Donor Strains'
})
prdf_df['group'].attrs.update({
Expand Down

0 comments on commit 6b8f1cf

Please sign in to comment.