Code Monkey home page Code Monkey logo

dna-fountain's People

Contributors

agordon avatar dinovski avatar ubiquitousgenomics avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dna-fountain's Issues

Website unreachable

Hi,
I find that the link dnafountain.teamerlich.org is unreachable currently. Is it possible to download your example data with any other ways?

Is bitwise addition used?

In the publication for DNA Fountain, bitwise addition was used for mixing the strings to make DNA of the right content (GC content, homopolymer), but I don't really see bitwise addition here (and would you even be able to decode that?), what did you do instead to produce DNA of the right content?

Best,
Big fan, amazing work.

python 3 issues.

Hello,
First of all thanks for this great project. I was trying it out and I have the following configuration:

  • Python 3.6.0 |Anaconda 4.3.0 (x86_64)| (default, Dec 23 2016, 13:19:00)

After compilation and building, I can not run encode.py. The following error occurs:

python dna-fountain/encode.py --file_in info_to_code.tar.gz --size 32 -m 3 --gc 0.05 --rs 2 --delta 0.001 --c_dist 0.025 --out info_to_code.tar.gz.dna --stop 72000
Traceback (most recent call last):
  File "dna-fountain/encode.py", line 9, in <module>
    from fountain import DNAFountain
  File "fountain.pyx", line 5, in init fountain (fountain.c:3663)
    from droplet import Droplet
  File "droplet.pyx", line 5, in init droplet (droplet.c:2294)
    from utils import int_to_four, four_to_dna
  File "utils.pyx", line 5, in init utils (utils.c:10448)
    from string import maketrans   # Required to call maketrans function.
ImportError: cannot import name maketrans

It looks like maketrans and python 3 are not going along well together (http://stackoverflow.com/questions/27539884/maketrans-not-working-for-petl-with-python3-4/27540139)

Could you propose any workarounds?

Thanks
Edi

Minor bug in the decoder.

Hello,

I believe I have found a minor bug that causes the decoder to reject more oligos than necessary. When screening the oligo for homopolymers and GC content in the add_dna method from glass.pyx, the droplet in question does not contain its rs code. This might cause the oligo's GC content to shift outside of the designated range and cause its rejection.

I hope this helps,
Munsu

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.