Mercurial > repos > dereeper > pgap
changeset 7:1085c917d850 draft
Uploaded
author | dereeper |
---|---|
date | Fri, 25 Jun 2021 16:26:16 +0000 |
parents | c43a55b28d06 |
children | 86de4251345f |
files | PGAP_wrapper2.pl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/PGAP_wrapper2.pl Fri Jun 25 16:25:53 2021 +0000 +++ b/PGAP_wrapper2.pl Fri Jun 25 16:26:16 2021 +0000 @@ -65,3 +65,4 @@ my $cmd = "perl $dirname/PGAP-1.2.1/PGAP.pl --input tmpdir$$ --output outdir --cluster --pangenome --variation --evolution --function --strains ".join("+",@names)." --method GF"; system($cmd); system("cp -rf outdir/1.Orthologs_Cluster.txt $out"); +system("cat outdir/0.error.message");