Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pinar Alper
metadata-tools
Commits
6ec4e765
Commit
6ec4e765
authored
Mar 19, 2021
by
Vilem Ded
Browse files
adding study remarks into study description
parent
5d2e0499
Changes
1
Show whitespace changes
Inline
Side-by-side
metadata_tools/importxls/dish_xls_exporter.py
View file @
6ec4e765
...
...
@@ -68,7 +68,7 @@ class DishXlsExporter:
if
is_study
(
sheet
):
cohort_dict
=
{
'name'
:
sheet
[
1
,
1
].
strip
(),
'description'
:
sheet
[
2
,
1
]
+
' '
+
sheet
[
6
,
1
],
'description'
:
sheet
[
2
,
1
]
+
' '
+
sheet
[
6
,
1
]
+
' '
+
sheet
[
16
,
1
]
,
'has_ethics_approval'
:
process_yes_no_answer
(
sheet
[
4
,
1
]),
"ethics_approval_notes"
:
sheet
[
5
,
1
],
"url"
:
sheet
[
3
,
1
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment