We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/bystrogenomics/bystro/blob/master/startup.yml currently expects Bystro's Perl library to be in /lib rather than /perl/lib, meaning that without changes currently startup.yml and make serve-dev will not work properly.
make serve-dev
Startup.yml is updated to point to the correct locations.
Startup.yml is updated to point to perl/
Related to #296
The text was updated successfully, but these errors were encountered:
working implementation of saving with statistics; also added fix for …
1776898
…issue bystrogenomics#316
akotlar
No branches or pull requests
Background:
A concise description of why we're pursuing this task.
https://github.com/bystrogenomics/bystro/blob/master/startup.yml currently expects Bystro's Perl library to be in /lib rather than /perl/lib, meaning that without changes currently startup.yml and
make serve-dev
will not work properly.Completion Criteria:
What is the goal, and how do we know this task is accomplished?
Startup.yml is updated to point to the correct locations.
Implementation Summary
Give enough technical detail for a teammate to understand the proposed solution.
Startup.yml is updated to point to perl/
Related to #296
The text was updated successfully, but these errors were encountered: