Mercurial > repos > devteam > emboss_5
view emboss_cpgplot_wrapper.pl @ 17:ce385837c160 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 4812c313fd8762b11f7fd002436e3a93b4c67f00"
author | iuc |
---|---|
date | Fri, 20 Nov 2020 16:51:11 +0000 |
parents | dba489bfcd62 |
children |
line wrap: on
line source
use strict; use warnings; 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);