Skip to content
Snippets Groups Projects
Commit 724c0c5d authored by Swen Vermeul's avatar Swen Vermeul
Browse files

Update README.md

parent a6fa502b
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,15 @@ ds.get_attachments()
ds.download_attachments()
ds.download(destination='/tmp', wait_until_finished=False)
ds_new = o.new_dataset(
type='ANALYZED_DATA',
experiment=exp,
sample= samp,
files = ['my_analyzed_data.dat'],
props={'name': 'we give this dataset a name', 'notes': 'and we might need some notes, too'})
)
ds_new.save()
```
# Requirements and organization
......
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