Skip to content

Commit

Permalink
Correct name and description for cfde_fair:8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancrabtree committed Jun 7, 2022
1 parent d7d2092 commit 9d0fb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c2m2_assessment/rubrics/NCE.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def m_cfde_fair_7(CFDE, full=False, **kwargs):
#%%
@rubric.metric({
'@id': 'cfde_fair:8',
'name': 'files with species',
'description': 'What ratio of files are associated with a species',
'name': 'biosamples with species',
'description': 'What ratio of biosamples are associated with a species',
})
def m_cfde_fair_8(CFDE, full=False, **kwargs):
total_biosamples_associated_with_ncbi_taxon = CFDE.tables['ncbi_taxonomy'] \
Expand Down

0 comments on commit 9d0fb66

Please sign in to comment.