Forked from
CAN / UNIX command line
-
Laurent Modolo authoredLaurent Modolo authored
2_using_the_ifb_cloud.Rmd 5.26 KiB
title: IFB (Institu Français de bio-informatique) Cloud
author: "Laurent Modolo"
output:
rmdformats::downcute:
self_contain: true
use_bookdown: true
default_style: "light"
lightbox: true
css: "./www/style_Rmd.css"
if (!require("fontawesome")) {
install.packages("fontawesome")
}
if (!require("klippy")) {
install.packages("remotes")
remotes::install_github("rlesur/klippy")
}
library(fontawesome)
knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(comment = NA)
klippy::klippy(
position = c('top', 'right'),
color = "white",
tooltip_message = 'Click to copy',
tooltip_success = 'Copied !')

Objective: Start and connect to an appliance on the IFB cloud
Instead of working on your computer where you don't have an Unix-like OS or have limited right, we are going to use the IFB (Institu Français de bio-informatique) Cloud.
Creating an IFB account
-
Access the https://biosphere.france-bioinformatique.fr/ website
-
On the top right (First) steps with GNU/Linux
Instead of working on your computer where you don't have an Unix-like OS or have limited right, we are going to use the IFB (Institu Français de bio-informatique) Cloud. For this you will need:
- Access the https://biosphere.france-bioinformatique.fr/ website
- On the top right of the screen click on
- Then click on
- Use the Incremental search field to select your identity provider (CNRS / ENS de Lyon / etc.)
- Login
- Complete the form with your Name, First Name, Town and Zip Code. You can ignore the other field and click on accept.
- Go to your Groups parameters on the top right
- Click on
and type LBMC Unix 2022
- You can click on the + sign to register and wait to be accepted in the group
Starting the LBMC Unix 2022 appliance
To follow this practical you will need to start the LBMC Unix 2022 appliance from the IFB Cloud and click on the button after login with your account.