This is a mixed repository for code snippets used in our lab. Feel free to add your pieces of code, and make sure it's nicely annotated. Looking forward to see this list growing.
List of Tools in here:
-
R: Base triplet frequency counter for fasta-genome of interest
-
R: Create circos plots for Structural Variant analysis
-
Python: Extract data from footer of BRASS output files
-
Ruby: Write multiple pages of a pdf onto single pages (outputs LaTeX)
-
C: Depthreader - extract summary statistics from (optionally gzipped) samtools depth output (10x faster than awk). Compile with
gcc -o depthreader -std=c99 -O3 depthreader.c -lz -lm
.