Git Product home page Git Product logo

raft's People

Contributors

cjain7 avatar mehakbindra avatar ssk5e avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

pythseq

raft's Issues

Segmentation fault

I get a segmentation fault when I try to run the RAFT stage using the following command:

COVERAGE=$(grep "homozygous" "${OUTPUT_PATH}/1_HIFIASM_ASSEMBLIES/${SAMPLE_NAME}/${SAMPLE_NAME}.errorcorrect.log" | tail -1 | awk '{print $6}')

/var/lib/slurm/slurmd/job1460416/slurm_script: line 96: 3795738 Segmentation fault      (core dumped) 
raft -e ${COVERAGE} -o "${OUTPUT_PATH}/1_HIFIASM_ASSEMBLIES/${SAMPLE_NAME}/${SAMPLE_NAME}.fragmented" "${OUTPUT_PATH}/1_HIFIASM_ASSEMBLIES/${SAMPLE_NAME}/${SAMPLE_NAME}.errorcorrect.ec.fa" "${OUTPUT_PATH}/1_HIFIASM_ASSEMBLIES/${SAMPLE_NAME}/${SAMPLE_NAME}.overlaps.paf"

Tried to rerun it and got the same error again. I am using a node with 128 CPUs and 1500GB RAM.

I am running the pipeline with the new High Accuracy ONT Ultra long dataset that was released recently.

error make

Hi!
I get the following error when trying to make

make
g++ -std=c++14 -O3 main.cpp -o raft -lz
g++: error: unrecognized command line option '-std=c++14'
make: *** [Makefile:6: all] Error 1

Thank you!

Feature request: Cut read position on the original read

Hello,

First of all, thank you for this interesting tool. I've been using it to investigate the influence of read length on the contained read problem and I've ran into a problem. I can't seem to find the exact positions from which the cut read comes from in the original read. From looking at the code it seems that's only possible if the reads follow a specific naming scheme(if I understood your code correctly). Would it be possible to add this?
E.g. if I have a read named long_read_1 cut into 2 shorter ones, currently I would get reads with names: read=1,long_read_1 and read=2,long_read_1, my suggestion would be to name the reads let's say read=1,pos=0:15000,long_read_1 and read=2,pos=15000:27200,long_read_1. Hope I made it clear enough.

Thank you in advance and kind regards!

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.