unipept / unipept

A Ruby on Rails application for proteomics data analysis
http://unipept.ugent.be
23 stars 4 forks source link

Add post-build script that automatically configures umgap files #1566

Closed pverscha closed 3 months ago

pverscha commented 3 months ago

The UMGAP pipeline requires some files to be hosted on the Unipept website in order to work properly. This PR introduces a new "post-build.sh" shell script that is automatically called when running npm run build. The script is currently only being used to create the correct directories and links to the UMGAP-files at this point in time, but could be expanded in the future to include other tasks that should be performed after building the web app.