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