update singularity support#113
Open
owlang wants to merge 2 commits intoay-lab:masterfrom
Open
Conversation
Since there are several issue tickets indicating problems with container-based use (ay-lab#112, ay-lab#106, ay-lab#94, ay-lab#88, ay-lab#85), it may be helpful to users for the documentation to be updated accordingly. Not sure how docs are hosted but this may also need a redeployment after PR.
- adding .def file for building a singularity container with FitHiChIP + all dependencies set up inside the image built from this (see help for usage, different from FitHiChIP_Singularity.sh) - removed old Singularity to avoid confusion - can always check history to bring it back
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an alternative way of using singularity containers - not compatible with the bash wrapper (
FitHiChIP_Singularity.sh).When
singularity.defis built, the resulting image should have FitHiChIP (v 11.0) + all dependencies set up inside. See %help for details and usesingularity run-helpfor usage (different fromFitHiChIP_Singularity.sh).Some notes:
whichb/c of the way FitHiChIP_HiCPro.sh executes. It may be worth considering updating the executable to usetype -poverwhich. This is more modern/avoids clashes of differingwhichbehavior. Maybe better would be to follow a more standard installation approach like make.