Giter Site home page Giter Site logo

Comments (4)

mpoelchau avatar mpoelchau commented on June 15, 2024

Sorry you're having trouble with the script. Could you attach a snippet of the gff3 file to help troubleshoot (or the whole file if it's not too big/private)?

from gff3toolkit.

B203712-2021 avatar B203712-2021 commented on June 15, 2024

I'm so sorry for my late response. I've tried to submitted all the two gff and gff3 files to my github becuase they're too large, and I hope you can see them. All the two files will got errors when doing gff3_ID_generator.py (the gff3 files) or gff_to_fasta. Thank you for your reponse and hope for any advice how can I fix the error.
https://github.com/B203712-2021/Project

from gff3toolkit.

mpoelchau avatar mpoelchau commented on June 15, 2024

Hi @B203712-2021 ,

The problem is that your gff3 file has sequence-region directive lines where the end coordinate is "None", e.g.
##sequence-region est_AJ558253.1.mrna1 1 None

The program assumes that the end coordinate is a number (not a bad assumption but I admit the GFF3 spec doesn't explicitly state that it has to be a number, https://github.com/The-Sequence-Ontology/Specifications/blob/master/gff3.md). Do you know why the end coordinate is 'None'?

In the meantime, you can just remove the sequence-directive lines to get the program to work.

from gff3toolkit.

mpoelchau avatar mpoelchau commented on June 15, 2024

@B203712-2021 did removing/changing the sequence region directive work for you?

I'm closing this issue, but feel free to re-open if that didn't help.

from gff3toolkit.

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.