hartwigmedical / hmftools

Various algorithms for analysing genomics data
GNU General Public License v3.0
187 stars 58 forks source link

patient-db: Command execution failed. #378

Closed 3d7l closed 1 year ago

3d7l commented 1 year ago

When I try to compile the code with

git clone https://github.com/hartwigmedical/hmftools.git
cd hmftools
mvn clean install

I get this error:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:47 min
[INFO] Finished at: 2023-03-24T15:36:25+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (Create development patient DB) on project patient-db: Command execution failed.: Process exited with an error: 127 (Exit value: 127) -> [Help 1]
[ERROR] 
3d7l commented 1 year ago

I just realized that the jar files are compiled, despite the "patient DB" related error.

I just need the jar files (for debugging purpose), so I can close this issue.