Giter Site home page Giter Site logo

Genome bed file about relernn HOT 10 CLOSED

kr-colab avatar kr-colab commented on May 28, 2024
Genome bed file

from relernn.

Comments (10)

jradrion avatar jradrion commented on May 28, 2024

I think it's an issue with either the column separator or the newline separator you are using in that file. The code is just trying to split each line on whitespace using .split() to get the chromosome, start position, and end postion. Can you send your .bed file so I can take a look? Either that or just reformat the file so that it can be split on whitespace.

I have attached an example for the first line in your example above

genome_file.txt

from relernn.

tanu06 avatar tanu06 commented on May 28, 2024

from relernn.

jradrion avatar jradrion commented on May 28, 2024

I didn't receive a file attachment, can you double check that you sent it? Also, I'm not sure what end-of-line character notepad uses, but my guess is that it might be \r\n and not \n. If that is the case you could probably remedy this by using a different text editor.

from relernn.

tanu06 avatar tanu06 commented on May 28, 2024

from relernn.

jradrion avatar jradrion commented on May 28, 2024

I still have not receive an attached file. If the scaffolds currently printed to the screen above are the ones you want to run ReLERNN on, use the following genome file:
genome_file.txt

from relernn.

tanu06 avatar tanu06 commented on May 28, 2024

from relernn.

tanu06 avatar tanu06 commented on May 28, 2024

from relernn.

tanu06 avatar tanu06 commented on May 28, 2024

Hello,
I got it working, it was chromosome name that was giving me error.
What would you suggest for his parameter, --nReps NREPS for pooled data.

Thank you for all your help and prompt responses.
Thank you,
Tanushree

from relernn.

jradrion avatar jradrion commented on May 28, 2024

Hi, there was a bug in how we were handling some chromosome names, which should be fixed now. Changing the names should have fixed the issue as well.

What would you suggest for his parameter, --nReps NREPS for pooled data.

using the defaults for both --nReps and --nSlice should be fine

from relernn.

tanu06 avatar tanu06 commented on May 28, 2024

from relernn.

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.