Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

elifesciences-publications/msg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### This code is associated with the paper from Binshuang et al., "A large genomic insertion containing a duplicated follistatin gene is linked to the pea aphid male wing dimorphism". eLife, 2020. http://dx.doi.org/10.7554/eLife.50608
MSG: Multiplexed Shotgun Genotyping
http://genomics.princeton.edu/AndolfattoLab/MSG.html
https://github.com/JaneliaSciComp/msg
http://www.ncbi.nlm.nih.gov/pubmed/21233398

### Dependencies ###
Run test_dependencies.sh to check for the existence of dependencies

NOTE: Most of these packages can be found in the dependencies directory for you to 
extract and install as needed on your system.

Python (2.6.4)
numpy (recent versions should be fine)
bwa (0.5.7)
samtools (0.1.9-3)  ! Newer versions of Samtools will not work !
biopython-1.53
Pyrex-0.9.9
pysam-0.1.2 (apply fix as described here: http://code.google.com/p/pysam/issues/detail?id=22&can=1&q=dandavison0)
R packages (HiddenMarkov 1.3-1, zoo 1.6-2, R.methodsS3 1.2.0 and R.oo 1.7.3)
Perl Modules (IO::Uncompress::Gunzip)
    -- A command like this should work on Unix Desktop Systems:
    -- perl -MCPAN -e 'install IO::Uncompress::Gunzip'
mailer (Python package: http://pypi.python.org/pypi/mailer) - optional; for sending email alert when run completes

### Installation instructions ###
git clone git://github.com/JaneliaSciComp/msg.git
cd msg
make

### Toy Example ###
The toy example is useful to check that MSG and dependencies are installed and functioning correctly.
TODO

### Example with Real Data ###
Download the data from NCBI's Sequence Read Archive and MSG config and barcodes file
 - example/get_sample_data.sh (requires wget)

Packages

No packages published

Languages

  • Python 39.6%
  • R 27.5%
  • Perl 26.2%
  • Shell 3.8%
  • HTML 1.8%
  • C 1.1%