File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,8 +359,8 @@ def convert_df(df):
359359 """This function requires a dataframe and sorts its columns as source name - characteristics - others - comment.
360360 Leading and trailing whitespaces are removed from all columns
361361 It then converts the dataframe to a tsv file and downloads it
362- It also adds an comment[annotator column ] to indicate it was built with lesSDRF and ontology versioning"""
363- df ["comment[annotator tool]" ] = "lesSDRF v0.1.0"
362+ It also adds an comment[tool metadata ] to indicate it was built with lesSDRF and ontology versioning"""
363+ df ["comment[tool metadata ]" ] = "lesSDRF v0.1.0"
364364 #sort dataframe so that "source name" is the first column
365365 cols = df .columns .tolist ()
366366 #get all elements from the list that start with "characteristic" and sort them alphabetically
You can’t perform that action at this time.
0 commit comments