seqeralabs / nf-tower

Nextflow Tower system
https://tower.nf
Mozilla Public License 2.0
144 stars 51 forks source link

Issue with set up #394

Closed ruiponte1990 closed 1 year ago

ruiponte1990 commented 1 year ago

Hello,

I have docker and java installed but I am getting an error from the makefile

$ make build ./gradlew assemble

FAILURE: Build failed with an exception.

ruiponte1990 commented 1 year ago

Hello,

I was able to get it to run by messing around with my java install but now it seems to be hanging forever at the build step:

$ make build ./gradlew assemble Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details <=------------> 11% EXECUTING [4m 47s]

:tower-backend:compileGroovy <=------------> 11% EXECUTING [9m 45s] <=------------> 11% EXECUTING [33m 2s]

ruiponte1990 commented 1 year ago

Nevermind I just used a bigger machine!