GithubHelp home page GithubHelp logo

walkeralexander / scat-mac Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stephens999/scat

0.0 0.0 0.0 2.37 MB

SCAT software for "Smoothed and Continuous Assignment Tests"

Makefile 0.50% C 4.10% C++ 95.40%

scat-mac's Introduction

Instalation Prerequisites

In order to use this repository you're going to need to install g++11 and gcc11. The way you do this on mac is first by installing homebrew. The way to do that is https://brew.sh:

arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Once you've followed those instructions, then do this:

arch -x86_64 brew install gcc@11

Then give the new c compilers a test:

/usr/local/Cellar/gcc/11.3.0/gcc11 --version
/usr/local/Cellar/gcc/11.3.0/g++11 --version

If those run correctly, try the makefile in this repository.

Stephens999 intro

Repository for the SCAT code from Wasser et al

If you download this code, please take a moment to "star" the repo (click star). This will let me know that someone is interested in using the code, which will allow me to prioritize development. If no-one stars it I'll assume no-one finds it useful :).

Major revisions were released July 29, 2021.

  • C++ software by M Stephens. Current maintenance by Mary Kuhner ([email protected]).

  • Current version is version 3.0.2 (SCAT3)

  • C++ code is in src/

  • Revised manual is docs/manual.pdf; a list of changes is in this document.

##Compile

cd src/
make

##Run on example data

 cd src/
 ./SCAT3 ../docs/test.genotype.txt ../docs/test.location.txt . 2

scat-mac's People

Contributors

stephens999 avatar mkkuhner avatar gatoravi avatar walkeralexander avatar chad-klumb avatar

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.