Skip to content

Commit

Permalink
mv strain_tree.nwk
Browse files Browse the repository at this point in the history
  • Loading branch information
wdingx committed Oct 26, 2017
1 parent 9b0e0e2 commit a2f8853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sf_coreTree_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ def json_parser( path, folders_dict, fpaths_dict, meta_info_file_path,

os.chdir(output_path)
os.system('mv coreGenomeTree.json strainMetainfo.json '+main_data_path+'metaConfiguration.js '+vis_json_path)
os.system('cp strain_tree.nwk '+vis_json_path+'/strain_tree.nwk')
os.system('mv *_tree.json *.nwk '+vis_cluster_path)
os.system('mv *_aln*.fa '+vis_cluster_path)
os.system('cp strain_tree.nwk '+vis_json_path+'/strain_tree.nwk')
os.system('mv *patterns.json '+vis_cluster_path)
os.system('mv '+clustering_path+'allclusters_final.tsv'+' '+main_data_path)

Expand Down

0 comments on commit a2f8853

Please sign in to comment.