Skip to content

Commit 9d0fb66

Browse files
Correct name and description for cfde_fair:8
1 parent d7d2092 commit 9d0fb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c2m2_assessment/rubrics/NCE.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def m_cfde_fair_7(CFDE, full=False, **kwargs):
195195
#%%
196196
@rubric.metric({
197197
'@id': 'cfde_fair:8',
198-
'name': 'files with species',
199-
'description': 'What ratio of files are associated with a species',
198+
'name': 'biosamples with species',
199+
'description': 'What ratio of biosamples are associated with a species',
200200
})
201201
def m_cfde_fair_8(CFDE, full=False, **kwargs):
202202
total_biosamples_associated_with_ncbi_taxon = CFDE.tables['ncbi_taxonomy'] \

0 commit comments

Comments
 (0)