Git Product home page Git Product logo

Comments (4)

ar0ch avatar ar0ch commented on July 23, 2024

Requires importing six now, six docs.

Will compile into standalone stringMLST.py

from stringmlst.

ar0ch avatar ar0ch commented on July 23, 2024

In order to keep things simple, two binaries will be provided; this enhancement will likely be postponed.

The default stringMLST.py which is compatible with py2.6-3.4 and stringMLST-py35.py with compatibility only for py3.5+ syntax

from stringmlst.

ar0ch avatar ar0ch commented on July 23, 2024

Slight regression in time under <py2.7 because of iterator objects. In practice, looks like about a ~1sec penalty is incurred per sample. Will finish up tests and merge into master

from stringmlst.

ar0ch avatar ar0ch commented on July 23, 2024

c0f4533 brings the remaining code changes needed and the CI/tests are available locally for the time being

python --version; time ~/stringMLST/stringMLST.py --predict -1 ./tests/fastqs/ERR026529_1.fastq -2 ./tests/fastqs/ERR026529_2.fastq  -p -P ./tests/testdb -t -o /dev/null; source deactivate; python --version; time ~/stringMLST/stringMLST.py --predict -1 ./tests/fastqs/ERR026529_1.fastq -2 ./tests/fastqs/ERR026529_2.fastq  -p -P ./tests/testdb -t -o /dev/null
Python 2.7.12 :: Continuum Analytics, Inc.
~/stringMLST/stringMLST.py --predict -1 ./tests/fastqs/ERR026529_1.fastq -2    16.16s user 1.65s system 86% cpu 20.503 total
Python 3.5.2 :: Anaconda 4.2.0 (x86_64)
~/stringMLST/stringMLST.py --predict -1 ./tests/fastqs/ERR026529_1.fastq -2    17.03s user 1.94s system 90% cpu 20.982 total

from stringmlst.

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.