0.2.1
- Extraction of formats files of the metabolomics data acquisition devices of the P2M2 platform
- gcms
- openlabcds
- masslynx-txt
- masslynx-xml
- xcalibur
- Analyzes concatenation
- Custom post-process
- Data base of:
- External compound
- Devices
- Associated calibration curves
- adminitrator rights
- docker
- docker-compose
- docker with sudo rights
- Clone the repository
- Define user and password for the database and the database name
cd EP2M2
echo "PGUSER=<user_name>" > ./secrets/pg.env
echo "PGPASSWORD=<password>" >> ./secrets/pg.env
echo "PGDATABASE=<database_name>" >> ./secrets/pg.env
echo "POSTGRES_USER=\$PGUSER" >> ./secrets/pg.env
echo "POSTGRES_PASSWORD=\$PGPASSWORD" >> ./secrets/pg.env
echo "POSTGRES_DB=\$PGDATABASE" >> ./secrets/pg.env
- Launch the docker-compose
docker compose -f compose.yaml up -d
- Directly on github
- Send e-mail at team