Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
eTRANSAFE
pretox-sr-domain-identification
Commits
bfdc0678
Commit
bfdc0678
authored
Oct 05, 2021
by
Javi Corvi
Browse files
new version readme and changelog
parent
d6cee73a
Pipeline
#24890
passed with stage
in 1 minute and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
bfdc0678
# Change Log
## Version 2.0, 2021-10-05
New release of the component, docker registry in registry.gitlab.bsc.es
First version of the component.
## Version 1.0, 2020-03-03
First version of the component.
README.md
View file @
bfdc0678
#
ades-export-to-js
on
#
pretox-sr-domain-identificati
on
This component export the treatment-related findings
annotated in XML GATE format to JSON
format.
This component export the treatment-related findings
into SR-domain
format.
## Description
This component is only used inside the treatment-related findings pipeline because is tired up to that specific domain.
## Actual Version:
0.1
, 202
0-03
-0
4
## [Changelog](https://gitlab.bsc.es/inb/etransafe/
ades-export-to-js
on/blob/master/CHANGELOG)
## Actual Version:
2.0
, 202
1-10
-0
5
## [Changelog](https://gitlab.bsc.es/inb/etransafe/
pretox-sr-domain-identificati
on/blob/master/CHANGELOG)
## Docker
javicorvi/ades-export-to-js
on
registry.gitlab.bsc.es/inb/etransafe/pretox-sr-domain-identificati
on
## Build and Run the Docker
# To build the docker, just go into the
ades-export-to-jso
n folder and execute
# To build the docker, just go into the
pretox-sr-domain-identification
n folder and execute
docker build -t ades-export-to-json .
#To run the docker, just set the input_folder and the output
mkdir ${PWD}/output_annotation; docker run --rm -u $UID -v ${PWD}/input_folder:/in:ro -v ${PWD}/output_annoation:/out:rw ades-export-to-json ades-export-to-json -i /in -o /out -a MY_SET_NAME
...
...
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