Code Monkey home page Code Monkey logo

cdsfold_su's People

Contributors

everyday847 avatar rhiju avatar timsliu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cdsfold_su's Issues

Figure out Mac build

Should be possible to build on Mac, but clang is getting hung up on namespaces. If someone figures it out, please close this issue and provide tips in README.md.

Style changes in fasta.cpp

  • Change names of class attributes to have _ in front of the name
  • Flip the if statement to check if opening the if stream failed and exit and have rest of the code not in an if statement

Setup github to auto squash merged branches

I've been accidentally merging in all of the commits from feature branches into the main branch. There's a github setting to automatically squash and merge to avoid having to manually squash.

Make helper function for determining whether to continue

The code block:

 if (options_.nucleotide_constraints == 1 && i2r[R2_nuc] != NucConst_[j - 1]) {
                                       continue;
                                   }

                                   if (options_.DEPflg && Dep1_[ii2r[L_nuc * 10 + L2_nuc]][i] == 0) {
                                       continue;
                                   }
                                   if (options_.DEPflg && Dep1_[ii2r[R2_nuc * 10 + R_nuc]][j - 1] == 0) {
                                       continue;
                                   }

and variations of it are repeated a lot - make a helper function to remove this repeated code.

Don't update the count in exceptMap in codon.cpp

The exceptVector is converted to an exceptMap in codon.cpp. If a codon appears more than once in exceptVector, the integer the codon maps to in exceptMap is incremented but this count is never used. Remove the increment and update.

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.