Coder Social home page Coder Social logo

chriscreevey / catsequences Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 6.0 32 KB

A tool for concatenating multiple fasta alignments for supermatrix phylogenetic analyses

License: GNU General Public License v3.0

C 100.00%
supermatrix-phylogenetic-analyses concatenated-alignments fasta partition bioinformatics

catsequences's Introduction

  • πŸ‘‹ Hi, I’m @ChrisCreevey
  • πŸ‘€ I’m interested in microbial ecology and evolution
  • πŸ“« How to reach me: Twitter:@hairy_llama

catsequences's People

Stargazers

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

Watchers

 avatar  avatar

catsequences's Issues

Catsequences did not install

I downloaded this script from github on my vagrant VM and SSH server. both are having similar issues with installation. i followed your instruction to install using this command "cc catsequences.c -o catsequences -lm"; i however, kept getting this message instead. any help please?

catsequences.c: In function β€˜main’:
catsequences.c:35:37: warning: comparison between pointer and zero character constant [-Wpointer-compare]
if((infile1 = fopen(argv[1], "r")) == '\0') /* check to see if the file is there /
^~
catsequences.c:35:5: note: did you mean to dereference the pointer?
if((infile1 = fopen(argv[1], "r")) == '\0') /
check to see if the file is there /
^
catsequences.c:71:39: warning: comparison between pointer and zero character constant [-Wpointer-compare]
if((infile2 = fopen(filename, "r")) == '\0') /
check to see if the file is there /
^~
catsequences.c:71:6: note: did you mean to dereference the pointer?
if((infile2 = fopen(filename, "r")) == '\0') /
check to see if the file is there */
^

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.