-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate taxa by summary data #208
Conversation
Getting the same odd error as #207 but the rest is passing. |
c88dce0
to
c6ced91
Compare
c6ced91
to
284613d
Compare
Ready for review |
Ping @EmbrietteH @wasade @jwdebelius for review. |
I think it's good now regenerating what's in the static plot; in the future we may want to revisit adding capability to choose more categories... |
""" | ||
paths = copy(agenv.paths['collapsed']['notrim']['1k']) | ||
out_dir = get_existing_path( | ||
agenv.path['populated-templates']['result-taxa']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be agenv.paths
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, fixed
aeead05
to
5c2da8a
Compare
d9f6019
to
1eb39c8
Compare
Comments addressed, ready to go. |
Couple of small comments, 👍 otherwise |
png @ekopylova |
Thanks, looks good! |
This is the first of a few PRs to generate the needed data for interactivity on the american gut site.
This PR generates the taxa summaries for each of the summary metadata categories we have (bmi, age, etc) that are generated for the static plot.