Giter Site home page Giter Site logo

Comments (3)

Juke34 avatar Juke34 commented on July 25, 2024

What I understand your purpose is not the submission to the ENA database but the creation of an EMBL file for a tool called IMG.

Instead of having

ID XXX; XXX; linear; genomic DNA; XXX; INV; 1351857 BP.
XX
AC XXX;
XX
AC * chr_1

you would like an option to get:

ID chr_1; XXX; linear; genomic DNA; XXX; INV; 1351857 BP.
XX
AC chr_1;
XX
AC * chr_1`

from emblmygff3.

caonetto avatar caonetto commented on July 25, 2024

Thanks for your reply. I had to replace the XXX values from the accession line that are meant to be filled up by ENA as this is incompatible with the JGI (Joint genome institute) upload pipeline. It might be a good idea to include this in the option parameters?

Thanks.

from emblmygff3.

Juke34 avatar Juke34 commented on July 25, 2024

I have modified the -a --accession option. It made no sense to be able to provide a value, because each record in the EMBL file would have a different accession number. So I have modified it to be a bolean. If you activate it, for each record the sequence name from the fasta file would become the accession.

Then, if the extra line AC * _chr1 needed for submission is problematic for your purpose, removing it using a sed command must be fine.

from emblmygff3.

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.