Coder Social home page Coder Social logo

Comments (9)

apcamargo avatar apcamargo commented on July 29, 2024

I wrote a script a while ago to convert the output of genomad annotate to a GFF. Let me know if it works for you.

from genomad.

liliancaesarbio avatar liliancaesarbio commented on July 29, 2024

I had this error:

$ python convert_tabular_to_gff.py virus_genes.tsv genes.gff
File "convert_tabular_to_gff.py", line 40
fout.write(f"{row.gene.rsplit('_', 1)[0]}\t")
^
SyntaxError: invalid syntax

from genomad.

apcamargo avatar apcamargo commented on July 29, 2024

That's probably because the script expects you to execute it as ./convert_tabular_to_gff.py and not python convert_tabular_to_gff.py. Can you try again running ./convert_tabular_to_gff.py virus_genes.tsv genes.gff?

from genomad.

liliancaesarbio avatar liliancaesarbio commented on July 29, 2024

I tried as you suggest, but still give me the same error.

from genomad.

apcamargo avatar apcamargo commented on July 29, 2024

That's strange. I just executed it here and it worked as expected. Maybe it is being caused by the copy-and-paste process? Try to download from the link below and run it again.
convert_tabular_to_gff.py.zip

from genomad.

apcamargo avatar apcamargo commented on July 29, 2024

Another possibility: maybe python links to python2 in your system. Try to replace the first line with:

#!/usr/bin/env python3

This will guarantee that the script is executed with Python 3.

from genomad.

liliancaesarbio avatar liliancaesarbio commented on July 29, 2024

It was exactly this, now I loaded the right python and it ran perfectly. Thank you very much!

from genomad.

apcamargo avatar apcamargo commented on July 29, 2024

No worries! Sorry that this was more complicated than it should be.

I'll leave this issue open and consider adding GFF outputs to a future release of geNomad.

from genomad.

liliancaesarbio avatar liliancaesarbio commented on July 29, 2024

Thank you, this would be very useful, also an .gbk output would be great!

from genomad.

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.