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.yaml
file with the values for your application. - Add or modify the templates in the
template
folder usingJinja2
syntax. - Execute the script
run.sh
to generate theECP
application:
./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
ecp
folder to a git repository (or create a new one) - feed the
ECP
with the URL of your git repository, using the (+
) button in theApplication repository
section.
Jinja2
template code generator (yasha).
pip install yasha
rsync
.
RedHat, CentOS:
sudo yum install rsync -y
Debian, Ubuntu:
sudo apt install rsync -y