Skip to content

Commit

Permalink
remove pit toilet from primary allowed sample types
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Oct 7, 2024
1 parent e5aa087 commit 9d14bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gut_to_soil_manuscript_figures/scripts/plot_pcoa_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def plot_pcoa_2d(metadata_fp, ordination_fp, measure,

# allowed sample types to be pulled from the md
sample_types = ['EMP-Soils', 'Food-Compost', 'Self Sample',
'Compost Post-Roll', 'Bulking Material', 'Pit Toilet']
'Compost Post-Roll', 'Bulking Material']

# if using himalaya and/or pit toilet data
if himalaya == 'True':
Expand Down

0 comments on commit 9d14bcc

Please sign in to comment.