Skip to content

bioinfo-chru-strasbourg/Ped_raw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ped_raw

Installation

git clone https://github.com/mnsoln/Ped_raw.git
cd Ped_raw

You then need to update the .env file with your paths. You can use any folder you want for the Data folder.

docker-compose build
docker run --rm -v /Path/to/Ped_raw/Front:/Front -ti --entrypoint=sh ped_raw-frontend
#then inside the container
npm install
#then leave the container

You also need to change the variable "serverURL" in the vue files.

Launch

docker-compose up

image

screenshot from 12/07/2023

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.3%
  • Python 31.9%
  • JavaScript 7.5%
  • Dockerfile 1.5%
  • HTML 0.8%