Skip to content

Commit

Permalink
Fixes minor problem with the new PhyloPhlAn version
Browse files Browse the repository at this point in the history
  • Loading branch information
abmiguez authored Aug 28, 2020
1 parent 9059751 commit 2ac8ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphlan/utils/external_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def create_phylophlan_db(output_dir, clade):
"command_line" : "#program_name# #input# #params#"
}
execute(compose_command(params, input_file=markers))
os.rename(output_dir+clade+".fna", markers+"/"+clade+".fna")
#os.rename(output_dir+clade+".fna", markers+"/"+clade+".fna")


"""
Expand Down

0 comments on commit 2ac8ceb

Please sign in to comment.