Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raquellewei committed Oct 2, 2023
1 parent 347e72a commit af27e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fununifrac/reproducibility/plot_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parsearg():
labels = f.readlines()
labels = [l.strip() for l in labels]
labels = [Path(l).stem for l in labels]
labels = [l.replace("sourmash_gather_out_scale1000_k_11_", "") for l in labels]
labels = [l.replace("sourmash_gather_out_scale_1000_k_11_", "") for l in labels]
print(labels)
metadata_dict = {x:y for (x, y) in zip(metadata[args.sample_id], metadata[args.condition])}
pw_dist = np.load(args.pairwise_distance)
Expand Down

0 comments on commit af27e7a

Please sign in to comment.