Cloud-based Metabolomics Data Processing
Warning: requires a little bit IT skills
What is a Cloud ?
Cloud computing is shared pools of configurable computer system resources and higher-level services that can be rapidly provisioned with minimal management effort, often over the Internet. Cloud computing relies on sharing of resources to achieve coherence and economies of scale, similar to a public utility.
Installation
To install NMRProcFlow on the cloud, you should first create a virtual machine on a cloud infrastructure of your choice and then install docker-engine. Most Cloud suppliers offer preconfigured machines with pre-installed dockers. Once configured you should connect to the virtual machine (in SSH mode), and execute the following commands:
# Get the install script
root@npflow:~# cd /home
root@npflow:~# wget http://www.nmrprocflow.org/themes/scripts/install_npflow_VMcloud.sh
# Execute the script
root@npflow:~# sh ./install_npflow_VMcloud.sh
# Launch the application
root@npflow:~# cd /opt/npflow
root@npflow:~# ./npflow start
-
IFB Cloud Genostack:
You will find all information on how to install and launch NMRProcFlow on the IFB Cloud Genostack in this PDF
-
Other Cloud Services:
- IFB Cloud - Biosphere - Appliance NMRProcFlow
- ELIXIR Cloud Services
- Amazon ECS (AWS)
- Google Cloud Platform