view emboss_5/emboss_cpgplot_wrapper.pl @ 5:2cf967772a40

Fix for emboss_format_corrector.py. Datatypes should be changed before the job is run.
author Daniel Blankenberg <dan@bx.psu.edu>
date Fri, 11 Oct 2013 14:10:00 -0400
parents b94ca591877b
children
line wrap: on
line source

#! /usr/bin/perl -w
use strict;
use File::Copy;

my $cmd_string = join (" ",@ARGV);
my $results = `$cmd_string`;
my @files = split("\n",$results);
my $fileNameOut = $ARGV[14];
move($fileNameOut.".1.png",$fileNameOut);