Mercurial > repos > dereeper > pgap
changeset 1:6d3580552457 draft
Uploaded
author | dereeper |
---|---|
date | Thu, 24 Jun 2021 14:53:55 +0000 |
parents | 83e62a1aeeeb |
children | 041355b97140 |
files | PGAP_wrapper2.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/PGAP_wrapper2.pl Thu Jun 24 13:51:52 2021 +0000 +++ b/PGAP_wrapper2.pl Thu Jun 24 14:53:55 2021 +0000 @@ -38,7 +38,7 @@ my @gene_files = split(/,/,$genes); my $n = 0; foreach my $gene_file(@gene_files){ - my $particule = $names[$i]; + my $particule = $names[$n]; system("cp $gene_file tmpdir$$/$particule.nuc"); $n++; }