Skip to content
/ Scotty Public

The back end files for the Scotty app. Check ReadMe for version issues.

Notifications You must be signed in to change notification settings

mbusby/Scotty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scotty

These are the files that power the backend of the Scotty web app available at scotty.genetics.utah.edu/

These files were written using an older version of Matlab. At some point Matlab depricated one of the functions used which will cause running errors on newer versions (Matlab 2013+) of Matlab.

To use these functions on newer versions of Matlab where it says:

RandStream.setDefaultStream(s);

you have to change it to

RandStream.setGlobalStream(s);

These are located in the following lines:

getProbabilitiesFromFit Line 23

getProbSequencedMonteCarloByReads Line 7

License: Anyone can use Scotty. Ask Gabor Marth if you want to do something besides use it.

About

The back end files for the Scotty app. Check ReadMe for version issues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages