Giter Site home page Giter Site logo

tshauck / gcgc Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 1.0 936 KB

An ML-feature processing library for biological sequences.

License: MIT License

Python 61.36% Dockerfile 2.13% Shell 1.95% Jupyter Notebook 34.55%
bioinformatics machine-learning biological-sequences protein-design nlp genomics deep-learning

gcgc's People

Contributors

tshauck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

phiweger

gcgc's Issues

Issue with runing the QuickStart

  • GCGC version: 0.12.1
  • Python version: 3.6.9
  • Operating System: Ubuntu 18.04

Description

I am trying to replicate the example in the QuickStart...

from gcgc import KmerTokenizer

kmer_tokenizer = KmerTokenizer(alphabet="unambiguous_dna")
encoded = kmer_tokenizer.encode("ATCG")
print(encoded)

What I Did

I installed the package and run the following only to get this error:

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-9-12027d1b4fb4> in <module>
      1 from gcgc import KmerTokenizer
      2 
----> 3 kmer_tokenizer = KmerTokenizer(alphabet="unambiguous_dna")
      4 encoded = kmer_tokenizer.encode("ATCG")
      5 print(encoded)

TypeError: __init__() got an unexpected keyword argument 'alphabet'

I would appreciate your help with this.
thanks!

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.