Hi there,
I successfully pulled the image, conda activated the specified HiC-Pro conda environment, and then tried running using the command:
(HiC-Pro_v3.1.0)$ singularity run hicpro_latest_ubuntu.img HiC-Pro -h
usage : HiC-Pro -i INPUT -o OUTPUT -c CONFIG [-s ANALYSIS_STEP] [-p] [-h] [-v]
Use option -h|--help for more information
Error - Installation - config system not detected. Please (re) install HiC-Pro !
Not sure what this means, given that I thought the program should be ready to go within the Singularity imagge. However when I try running from within singularity, e.g.
singularity shell hicpro_latest_ubuntu.img
Then:
Singularity> HiC-Pro -i /projects/ps-yeolab4/ekofman/Inge_PLAC/Microglia/ -o /projects/ps-yeolab4/ekofman/Inge_PLAC/output_folder/ -c configPLACseq_hg19_myeloid_project_MG_Macrophages-JS.txt -p
I get
make: *** No targets. Stop.
I am unsure why this would not be working out of the box with a singularity image... any ideas what's going on or how to get this to run? Thank you!
-Eric