Skip to content

Commit a85431d

Browse files
committed
Fixed inaccuracy about filename schema
1 parent 8410952 commit a85431d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,7 @@ mybroker/bin/artemis stop
125125
## Input and output structure
126126

127127
Given the structure of the summarized gold timelines and the shared task data, the Docker assumes that the input in the `input`
128-
folder will take the form of a collection of notes comprising all the patients of a given cancer type cohort (for the shared task one of melanoma or ovarian or breast cancers), the base filenames of which will correspond to the scheme:
129-
```
130-
<patient identifier>_<four digit year>_<two digit month>_<two digit date>
131-
```
132-
Where the year month and date correspond to the creation time of the file. All the files in the shared task dataset follow this schema so for our data there is nothing you need to do.
133-
134-
Assuming successful processing, the output file will be a tab separated value (`tsv`) file in the `output` folder.
128+
folder will take the form of a collection of notes comprising all the patients of a given cancer type cohort. Assuming successful processing, the output file will be a tab separated value (`tsv`) file in the `output` folder.
135129
The file will have the columns:
136130
```
137131
DCT patient_id chemo_text chemo_annotation_id normed_timex timex_annotation_id tlink note_name tlink_inst

0 commit comments

Comments
 (0)