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 7ff9394 commit 9b6a636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fununifrac/reproducibility/plot_mds.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def parsearg():
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]
print(metadata.columns)
metadata_dict = {x:y for (x, y) in zip(metadata[args.sample_id], metadata[args.condition])}
pw_dist = np.load(args.pairwise_distance)
mds = MDS(dissimilarity='precomputed')
Expand Down

0 comments on commit 9b6a636

Please sign in to comment.