Skip to content

Commit

Permalink
modify arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
raquellewei committed Oct 3, 2023
1 parent 9feb447 commit 125eaeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fununifrac/reproducibility/assign_branch_lengths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ ko_dm_file="data/pairwise_distances/KOs_sketched_scaled_10_k_5"
label_file="data/pairwise_distances/KOs_sketched_scaled_10_k_5.labels.txt"
out_dir="data/kegg_trees"
deterministic_output="data/kegg_trees/kegg_ko00001_scaled_10_k_5_assigned_positivity_enforced.txt"
A_matrix="data/kegg_trees/fununifrac_A.npz"
rand_output="data/kegg_trees/kegg_ko00001_randomized_method.txt"

#deterministic method
#python real_data_branch_assignment.py -e $kegg_tree_no_lengths -dm $ko_dm_file -l $label_file -s $deterministic_output

#randomized method
#python ../create_edge_matrix.py -e $kegg_tree_no_lengths -d $ko_dm_file -o $out_dir -b ko00001
python ../compute_edges.py -d "../../fununifrac/reproducibility/"$ko_dm_file -e "../../fununifrac/reproducibility/$kegg_tree_no_lengths" -b ko00001 -o "../../fununifrac/reproducibility/data/$rand_output" --distance
python ../compute_edges.py -d "../../fununifrac/reproducibility/"$ko_dm_file -e "../../fununifrac/reproducibility/$kegg_tree_no_lengths" -b ko00001 -o "../../fununifrac/reproducibility/data/$" -i kegg_ko00001_randomized_method --distance

0 comments on commit 125eaeb

Please sign in to comment.