-
Notifications
You must be signed in to change notification settings - Fork 5
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
Singularity build failing #95
Comments
My master branch can be unstable, this won't effect the iqbal-lab-org repo. Type checking can be disabled when building images, though when testing from development branches I recommend running a stable singularity image with the PYTHONPATH set to the checked out branch. |
To clarify that cryptic (spot the dad joke/reference) comment - i've asked @jeff-k to merge back into the refactor_2020 branch of the iqbal-lab-org repo. "Type checking can be disabled when building images, though when testing from development branches I recommend running a stable singularity image with the PYTHONPATH set to the checked out branch" is kind of confusing to me, you seem to be saying |
The fix to make cuckoo mode work on my fork is:
It is not actually required to build an image to try this out. What I recommend for testing small patches is to run a stable singularity image but overriding the path that viridian is sourced from:
Any image will do as long as the installed components (varifier, cylon, etc.) are compatible with what you're testing. Regarding type checking, you can think of it like unit tests or documentation coverage. You can disable unit tests to build an image if they aren't passing on your development branch but there's something specific you'd like to test. I do not recommend disabling these checks when building images, though. A much more ergonomic development setup is to use the above development method. |
Does this resolve the issue? |
using commit e0cfa88. Tail of terminal output from
singularity build
is:The text was updated successfully, but these errors were encountered: