Giter Site home page Giter Site logo

sort_overlap error about nextdenovo HOT 6 CLOSED

nextomics avatar nextomics commented on May 25, 2024
sort_overlap error

from nextdenovo.

Comments (6)

northbio avatar northbio commented on May 25, 2024

my system is CentOS Linux release 7.2.1511 (Core)

from nextdenovo.

northbio avatar northbio commented on May 25, 2024

my command is :
nextDenovo test_data/run.cfg -l log.txt

And
more test_data/run.cfg
[General]
job_type = local
job_prefix = nextDenovo
task = all
rewrite = yes # yes/no
input_type = raw
input_fofn = ./input.fofn
workdir = ./01_rundir

[correct_option]
read_cuoff = 1k
seed_cutoff = 32k
blocksize = 1g
pa_raw_align = 2
pa_correction = 2
seed_cutfiles = 2
sort_options = -m 1g -t 10 -k 50
minimap2_options = -x ava-ont -t 15
correction_options = -p 15

from nextdenovo.

moold avatar moold commented on May 25, 2024

I find in you config file, sort_options = -m 1g -t 10 -k 50, but in your command sort_options = -m 100M -t 3 -k 50 ? Please check this first.

from nextdenovo.

northbio avatar northbio commented on May 25, 2024

I tried both -m 1g and -m 100M, but both gave the same error infomation.....

from nextdenovo.

moold avatar moold commented on May 25, 2024

Please ensure each thread has a buffer size > 100M, and -m is to set total buffer size for all threads (-t), so just increase -m, and for sort_options = -m 1g -t 10 -k 50, just reset -m 1g to -m 1.1g is ok.

from nextdenovo.

moold avatar moold commented on May 25, 2024

I will close this issue, but if you still have this problem, feel free to reopen it.

from nextdenovo.

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.