Edinburgh-Genome-Foundry / CAB

:oncoming_taxi: The friendly Computational App Boilerplate. Django + Vue.JS + Redis queues + NginX
Other
22 stars 4 forks source link

docker-compose up problems #13

Open tturowski opened 10 months ago

tturowski commented 10 months ago

Hi Zulko,

I also had problems with ssh-keyscan commands, but after commenting them out I got npm install issue: ERROR: Service 'vue' failed to build: The command '/bin/sh -c npm install spa-http-server -g' returned a non-zero code: 139

Zulko commented 10 months ago

Heya!

Tagging @veghp for opinions, but this might just be a case of "this project is getting old" (no updates in 5 years !).

You may have more luck with CUBA which should still be working (it's still up online!). You could also go with today's modern frameworks like Nextflow etc. for your bioinformatics pipeline.

veghp commented 10 months ago

I certainly can recommend nextflow for pipelines, I'm finishing a nextflow pipeline now and it works well. After that I can move onto updating CUBA, and CAB, which is very similar.