Code Monkey home page Code Monkey logo

Comments (6)

r3fang avatar r3fang commented on June 11, 2024

./bin/snATAC jacard usually requires large memory, did you run it on your PC, can you try it on a server with larger memory?

from snatac.

r3fang avatar r3fang commented on June 11, 2024

Let me know if you have / have't solved the problem

from snatac.

shengyongniu avatar shengyongniu commented on June 11, 2024

I run it on a server with 512G memory before, but it still doesn't work. How much RAM do you suggest? Thanks!

Simon

from snatac.

r3fang avatar r3fang commented on June 11, 2024

Then it should not be memory issue!
two possibilities:
case1:
you run it in a wrong way
if you run by this command
./bin/snATAC_jacard then you should run it in the following way:
./bin/snATAC_jacard p56.rep1.mat 4598 184519 p56.rep1.jacard

if you run by this command
./bin/snATAC jacard then you should run it in the following way:
./bin/snATAC_jacard -i p56.rep1.mat -x 4598 -y 184519 -o p56.rep1.jacard

case2 - compile issue
type in ./bin/snATAC_jacard
if you see help message it is fine
Usage: ./bin/snATAC_jacard <in.mat> <num_row> <num_col> <out.txt>

if you don't see help message then re-compile it:
gcc -g -O2 src/calculate_jacard_index_matrix.c -o bin/snATAC_jacard

Good luck!

from snatac.

r3fang avatar r3fang commented on June 11, 2024

Let me know if it solves your problem

from snatac.

shengyongniu avatar shengyongniu commented on June 11, 2024

It works. Thanks a lot!

from snatac.

Related Issues (10)

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.