overture-stack / arranger

Data portal API and component generation
https://www.overture.bio/documentation/arranger/
GNU Affero General Public License v3.0
29 stars 24 forks source link

make seed-es error #849

Closed MitchellShiell closed 1 year ago

MitchellShiell commented 1 year ago

when running make make seed-es you get the following

****************  Initializing file_centric index 
The directory /Users/chiara/arranger/elasticsearch does not exist
make: *** [seed-es] Error 1

error stems from this commit: https://github.com/overture-stack/arranger/commit/4995cec3e66ee1a09ed86df1174a31f6158fc2c7

Removing and reverting the changes in the make file on lines 25 and 132 allows make seed-es to run

justincorrigible commented 1 year ago

Nice catch, @MitchellShiell! As it turns out, the issue was caused by my merging some changes by mistake, which I had made for some custom project I was working on

This should now be solved and improved in develop. Thanks for bringing it to my attention 🙏