By now you have a fully functional openBIS instance, but it makes little sense
if it has no data in it.
It will create an experiment in project /TEST/PROT which shows a list of proteins.
We challenge you to go find it in the running application !
cp -R ${DSS_ROOT_DIR}/examples/illumina-ngs/120420_SN792_0109_BC0P8LACXX/*.xml ${DSS_ROOT_DIR}/incoming-create-flowcell
A flow cell output from the HiSeq2000 is registered as a data set of the sample 120420_SN792_0109_BC0P8LACXX:
cp -R ${DSS_ROOT_DIR}/examples/illumina-ngs/120420_SN792_0109_BC0P8LACXX ${DSS_ROOT_DIR}/incoming-register-flowcell
In the scientific world there is no one-size-fits-them-all solutions.
Your research data is certainly different from our example data. Luckily, openBIS provides
an easy way to script the import process - the Jython Dropboxes. You can learn how to
create your custom-tailored Jython Dropbox
here.