Skip to content
Snippets Groups Projects
Commit 8643318e authored by tpylak's avatar tpylak
Browse files

minor: improve javadoc

SVN: 22541
parent 3a6f18f5
No related branches found
No related tags found
No related merge requests found
...@@ -1055,12 +1055,12 @@ public class OpenBISScreeningML ...@@ -1055,12 +1055,12 @@ public class OpenBISScreeningML
* Matlab example: * Matlab example:
* *
* <pre> * <pre>
* % Upload data set /path/to/my-data-set with property DESCRIPTION and N * % Upload data set /path/to/my-data-set (with property DESCRIPTION)
* % to experiment E103 in project PROJECT and space SPACE * % to experiment E103 in project PROJECT and space SPACE,
* % with data set 201007091122-928 as the parent * % with data set 201007091122-928 as the parent
* properties = {'DESCRIPTION' 'hello example' } * properties = {'DESCRIPTION' 'hello example' }
* parents = {'201007091122-928' } * parents = {'201007091122-928' }
* datasetcode = OpenBISScreeningML.uploadDataSetWithParents('/SPACE/PROJECT/E103', parents, '/path/to/my-data-set', 'HCS_IMAGE', properties) * datasetcode = OpenBISScreeningML.uploadDataSetForExperimentAndParents('/SPACE/PROJECT/E103', parents, '/path/to/my-data-set', 'HCS_IMAGE', properties)
* </pre> * </pre>
* *
* @param augmentedExperimentCode The augmented experiment code. * @param augmentedExperimentCode The augmented experiment code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment