Skip to content

Update scatterplot.xml to use header names #633

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

hechth
Copy link
Contributor

@hechth hechth commented Feb 3, 2025

closes #632

@hechth
Copy link
Contributor Author

hechth commented Apr 15, 2025

ping @mvdbeek @martenson @bernt-matthias @bgruening please merge

<description>of two numeric columns</description>
<requirements>
<requirement type="package" version="1.9">numpy</requirement>
<requirement type="package" version="2.8.5">rpy2</requirement>
<requirement type="package" version="3.0">libgfortran</requirement>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why does this need fortran compiler?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the R packages seem to need this - this was probably previously contained in the container or base image or came with R or something but it basically complains that it can't find libgfortran.so if this isn't added :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scatterplot: select the columns based on colnames rather than position in the table
2 participants