#!/usr/bin/env perl
system("touch output_contigs.phr");
system("touch output_contigs.pin");
system("touch output_contigs.psq");
1;