Skip to content

Commit 5b53cc3

Browse files
committed
Updated lesSDRF tag in comment[tool metadata]
1 parent 5ac783d commit 5b53cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ParsingModule.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)