Coder Social home page Coder Social logo

Comments (12)

ctb avatar ctb commented on August 17, 2024

This is probably still an issue for a number of things in scripts/.

from khmer.

emcd avatar emcd commented on August 17, 2024

Related to issue #39.

from khmer.

suryasaha avatar suryasaha commented on August 17, 2024

Has this issue been addressed for filter-abund.py? Thanks

from khmer.

ctb avatar ctb commented on August 17, 2024

Yes. See recent posts on Khmer list.


C. Titus Brown, [email protected]

On Apr 20, 2013, at 12:52, suryasaha [email protected] wrote:

Has this issue been addressed for filter-abund.py? Thanks


Reply to this email directly or view it on GitHub.

from khmer.

ctb avatar ctb commented on August 17, 2024

The only remaining scripts that switch from FASTQ to FASTA are the partitioning scripts -- in particular, the function annotate-partitions.

from khmer.

mr-c avatar mr-c commented on August 17, 2024

@ctb What about annotate-partitions?

from khmer.

mr-c avatar mr-c commented on August 17, 2024

Ah, this autoclose was from me pushing the slimmer repo to github.

from khmer.

ctb avatar ctb commented on August 17, 2024

On Tue, Apr 01, 2014 at 10:29:28AM -0700, Michael R. Crusoe wrote:

@ctb What about annotate-partitions?

I believe it does, but we don't have any tests for FQ. => issue.

--t

C. Titus Brown, [email protected]

from khmer.

camillescott avatar camillescott commented on August 17, 2024

Note: the record object returned by readparser is slightly different than that returned by screed, in that it has the 'accuracy' attribute but keeps it empty for fasta, while screed simply omits the 'accuracy' attribute for fasta record objects. Related: #328

from khmer.

mr-c avatar mr-c commented on August 17, 2024

One approach (to the issue @camillescott raised) would be to override __getattr__ either in a Python wrapper of the CPython implementation of the ReadParser reads or by providing a custom tp_getattr on the CPython side: https://docs.python.org/2.7/extending/newtypes.html#type-specific-attribute-management

from khmer.

ctb avatar ctb commented on August 17, 2024

See #769

from khmer.

ctb avatar ctb commented on August 17, 2024

All scripts/code now handles this properly; in particular, annotate_partitions is tested in test_scripts.py:test_extract_partitions_fq(). Closing.

from khmer.

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.