Git Product home page Git Product logo

Comments (8)

Jerolen avatar Jerolen commented on June 16, 2024 1

from seq2science.

Jerolen avatar Jerolen commented on June 16, 2024 1

from seq2science.

Maarten-vd-Sande avatar Maarten-vd-Sande commented on June 16, 2024

Thanks for the issue! I think there's actually a problem on "our" side here. Seems like we haven't defined the environment properly and we are making use of the shuf command which isn't by default on all systems (e.g. on a mac)...

Let me take a look!

For now you can turn off the deeptools figures for the QC report as this is purely used for visualization only. In the config.yaml add:

deeptools_qc: false

from seq2science.

Maarten-vd-Sande avatar Maarten-vd-Sande commented on June 16, 2024

I don't have a mac, so you will have to check for me if this solution fixes it 😄

This file should already exists:

/opt/miniconda3/envs/seq2science/lib/python3.8/site-packages/seq2science/envs/bedtools.yaml

Can you change it so that it has coreutils added:

name: bedtools
channels:
  - conda-forge
  - bioconda
  - defaults
dependencies:
  - bioconda::bedtools=2.29.2
  - conda-forge::coreutils=9.1
  - conda-forge::conda-ecosystem-user-package-isolation=1.0

And then try seq2science again? Seq2science should automatically detect the environment definition has been changed and will re-install the environment.

from seq2science.

Maarten-vd-Sande avatar Maarten-vd-Sande commented on June 16, 2024

Have you had the time to test if this works?

from seq2science.

Jerolen avatar Jerolen commented on June 16, 2024

from seq2science.

Maarten-vd-Sande avatar Maarten-vd-Sande commented on June 16, 2024

Not sure, 16GB isn't too much indeed for preprocessing.. Which step(s) is the one crashing? Still the random_subset_peaks rule? Most rules make a logfile, perhaps there is a clue about what goes wrong?

https://vanheeringen-lab.github.io/seq2science/content/faq.html#one-of-the-rules-failed-and-the-log-turns-red

from seq2science.

Maarten-vd-Sande avatar Maarten-vd-Sande commented on June 16, 2024

Your issue(s) should be solved with the latest 0.9.7 release. Let me know if you encounter anything else!!!

from seq2science.

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.