companion to paper detailing the generation of stable germ-line mutants in the mosquito Aedes aegypti
ben matthews 12/26/2014
Ben.Matthews@rockefeller.edu
Vosshall lab
original github repository
This code is a companion to the manuscript: Genome-engineering with CRISPR-Cas9 in the mosquito Aedes aegypti
with associated pre-print:
Genome-engineering with CRISPR-Cas9 in the mosquito Aedes aegypti
Contained in this repository: iPython analysis notebooks associated with our bioRxiv pre-print as well as a notebook to run example data.
I use Anaconda as a python distribution on both MacOS and RHEL Linux.
software requirements and tested versions:
- gmap/gsnap [http://research-pub.gene.com/gmap/] version 10-09-2014
- pysam [https://github.com/pysam-developers/pysam] version 0.8.0
- samtools/htslib [http://www.htslib.org] version 1.1
python package requirements:
- pysamstats [https://github.com/alimanfoo/pysamstats] version 0.16
- seaborn [http://web.stanford.edu/~mwaskom/software/seaborn/] version 0.4.0
input:
- directory of .fastq files with numbered samples denoted by SX.fastq (the default output from an Illumina MiSeq instrument)
- fasta file to serve as a 'genome' for the gapped alignments
output:
- sorted .bam files for each sample
- .variant.stats file summarizing indel/SNP rates for each sample
- figure output for panels in Figures 2-4