Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Biometris
MCRA.DataConversionTools
Commits
11b2c2ba
Commit
11b2c2ba
authored
Jul 15, 2021
by
Kruisselbrink, Johannes
Browse files
Update EU PF extraction script; substance translations is optional
parent
d9eb93d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Convert-EUProcessingFactorsDB/Compile-EUProcessingFactorsDB_MCRA.py
View file @
11b2c2ba
#!/usr/bin/python
__version_info__
=
(
'1'
,
'0'
,
'
2
'
)
__version_info__
=
(
'1'
,
'0'
,
'
3
'
)
__version__
=
'.'
.
join
(
__version_info__
)
#############################################################################
...
...
@@ -45,7 +45,7 @@ dataset.add(
short_argument
=
'-s'
,
help
=
'The (input) substance translation file - '
+
'format: csv (Comma Seperated), file not required.'
,
default_name
=
'
SubstanceTranslations.csv
'
,
default_name
=
''
,
necessary
=
False
,
default_dir
=
'Input'
,
direction
=
'Input'
)
...
...
Write
Preview
Supports
Markdown
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