Note The EBI Cloud Portal has been retired and its code base is no longer updated. If you would like to contact the Cloud Portal authors, please leave us feedback via the EBI contact form mentioning the EBI Cloud Portal in the Subject.
A simple way to create a new application for the
EMBL-EBI Cloud Portal (ECP).
- Edit the
config.yamlfile with the values for your application. - Add or modify the templates in the
templatefolder usingJinja2syntax. - Execute the script
run.shto generate theECPapplication:
./run.sh
The ECP application code will be available in the ecp folder.
To use your new application you just need to:
- add the content of the
ecpfolder to a git repository (or create a new one) - feed the
ECPwith the URL of your git repository, using the (+) button in theApplication repositorysection.
Jinja2template code generator (yasha).
pip install yasha
rsync.
RedHat, CentOS:
sudo yum install rsync -y
Debian, Ubuntu:
sudo apt install rsync -y