Giter VIP home page Giter VIP logo

Comments (9)

leepc12 avatar leepc12 commented on June 27, 2024

This is Conda's issue. conda/conda#4088
Full path for Conda's installation should not be long (~80). Try installing Conda on your home (e.g. /home/your_username, whose path is much shorter than /ifs/scratch/columbia/CSCI/Passegue/Paul_Dellorusso/miniconda3).

Or try with SGE + singularity method.

from atac-seq-pipeline.

pdellorusso avatar pdellorusso commented on June 27, 2024

Thanks for the quick reply.

My home directory on the cluster is: /ifs/scratch/columbia/CSCI/Passegue/Paul_Dellorusso/

Is there any way around this using Conda? I would prefer it over singularity if possible. Otherwise I will try singularity if there is nothing to do about it

from atac-seq-pipeline.

leepc12 avatar leepc12 commented on June 27, 2024

There might be an workaround but I am not sure. In my experience, I could increase maximum path ($CONDA_PREFIX) length to 255 from 80. But It's long long time ago so I don't remember how I fixed it.

Please install the latest Conda and read through similar issues on Conda (like conda/conda-build#1484).

from atac-seq-pipeline.

leepc12 avatar leepc12 commented on June 27, 2024

Closing this.

from atac-seq-pipeline.

pdellorusso avatar pdellorusso commented on June 27, 2024

I've been trying to make this work as I can't get singularity installed on my cluster (working on this issue in a parallel).

I've searched through the similar issues but I can't follow along with what the suggested workarounds are. If you happen to know a specific set of commands that will make this work I would appreciate it. I'm not sure if I need to directly edit the install dependencies script to do so?

from atac-seq-pipeline.

leepc12 avatar leepc12 commented on June 27, 2024

This will be fixed in the next release v1.1.5. That limit will increase to 255 from 80. You may need to uninstall (conda/uninstall_dependencies.sh)/re-install(conda/install_dependencies.sh) Conda dependencies.

from atac-seq-pipeline.

pdellorusso avatar pdellorusso commented on June 27, 2024

great thanks a lot, I will try again when v1.1.5 is released

from atac-seq-pipeline.

leepc12 avatar leepc12 commented on June 27, 2024

https://github.com/ENCODE-DCC/atac-seq-pipeline/blob/master/conda/requirements_py3.txt#L11

You can actually fix it by commenting out version information in line 11 of requirements_py3.txt.
matplotlib ==1.5.1 -> matplotlib #==1.5.1. Please uninstall (bash/uninstall_dependencies.sh)/reinstalling(bash/install_dependencies.sh) dependencies after this.

from atac-seq-pipeline.

pdellorusso avatar pdellorusso commented on June 27, 2024

this worked! thank you!

from atac-seq-pipeline.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.