Questions about adding datasets into EL1000 #312
-
Hi ! I'm following the instructions for uploading a new dataset into EL1000, and I have two questions/remarks on STEP TWO. 1/ The script metadata.py is used, with the following importation : However there is no documentation on this. So I installed EL1000/tools :
2/ This same script metadata.py is called in But |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello Marianne! 1/ What you did was right! Sorry about the lack of documentation; initially I introduced the EL1k package to speed up my own work... It's time I document it properly though! 2/ I think creation.sh was written by Alex before there was the EL1k package; so yeah, it used to take arguments, but it no longer does. The arguments are passed to the MetadataImporter constructor now: https://gin.g-node.org/EL1000/lyon/src/main/scripts/metadata.py#L14 Here is more information about the different options: https://gin.g-node.org/EL1000/tools/src/master/EL1000/metadata.py#L28-L51 |
Beta Was this translation helpful? Give feedback.
Hello Marianne!
1/ What you did was right! Sorry about the lack of documentation; initially I introduced the EL1k package to speed up my own work... It's time I document it properly though!
2/ I think creation.sh was written by Alex before there was the EL1k package; so yeah, it used to take arguments, but it no longer does.
The arguments are passed to the MetadataImporter constructor now: https://gin.g-node.org/EL1000/lyon/src/main/scripts/metadata.py#L14
Here is more information about the different options:
https://gin.g-node.org/EL1000/tools/src/master/EL1000/metadata.py#L28-L51