Making conStruct Input Files

  • May 2, 2018
  • Comments off

As part of my postdoc with Gideon Bradburd, I’m using his new software package conStruct (bioRxiv; GitHub) to analyze dozens of genomic datasets.  conStruct requires three input files: 1) genetic data, 2) coordinate data (longitude in the first column, latitude in the second), and 3) a pairwise distance matrix with the same number of sites […]

Read More

Script for ChromoPainter

  • December 8, 2014
  • Comments off

I’m new to Perl so this may not be the most elegant script. The script converts fastPHASE output into a ChromoPainter input file. The for loop makes an input file for each scaffold for which my data maps to (in my case 284 scaffolds of the polar bear genome). #!/usr/bin/perl use strict; use warnings; use […]

Read More