-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running locally with the default data(NPM build issue) #18
Comments
Hi @faraziAnindo! The section "Running locally with your own data" mentions:
Have you tried the section "Running locally with the default data" first? Before proceeding to the more involved custom data setup, are you able to run the app with the default data? The environment configuration using the You should not change webpack config in normal situation (unless you really know what you are doing). Let me know how it goes. If something still does not work, don't hesitate to ping me here. |
Thank you so much.. It is solved. |
I think it can be solved by going into the pangenome-data/dataset/TestSet/geneCluster directory and unzipping all the .gz files in there. Then rerun the application with 'npm run start' so that the MSAs can be found in the app. |
I am having problem with the Step 3: Configure the app in the readme.md file. When i am running the npm run build the following problem is occuring. In the step 3 u mentioned to change the DATA_ROOT_URL in the .env file. but i can not find any .env file. i am changing the URL in webpack.config.js then running the npm run build but this error is occuring. can you please help me in this matter. Thanks in Advance @rneher
The text was updated successfully, but these errors were encountered: