Skip to content

Commit

Permalink
fixed mv ./*.log.gz ./*.ph.gz src_gene_trees
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Aug 7, 2024
1 parent ea87667 commit 8e815c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get_phylomarkers_fun_lib
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ function cleanup_PopGen_run {
(( DEBUG == 0 )) && ls *.log | "$bindir"/parallel --gnu gzip {}
(( DEBUG == 0 )) && ls *.ph | "$bindir"/parallel --gnu gzip {}
mkdir src_gene_trees || { msg "ERROR: could not mkdir src_gene_trees ..." ERROR RED ; }
mv ./*.log ./*.ph src_gene_trees
mv ./*.log.gz ./*.ph.gz src_gene_trees
else
(( DEBUG == 0 )) && ls *.log | "$bindir"/parallel --gnu gzip {}
(( DEBUG == 0 )) && ls *.treefile | "$bindir"/parallel --gnu gzip {}
Expand Down

0 comments on commit 8e815c9

Please sign in to comment.