Skip to content
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

cellprofiler 3.1.9 #9538

Closed
wants to merge 15 commits into from
Closed

cellprofiler 3.1.9 #9538

wants to merge 15 commits into from

Conversation

sunyi000
Copy link

@sunyi000 sunyi000 commented Sep 13, 2019

Checklist

  • License file is packaged (see here for an example)
  • Source is from official source
  • Package does not vend other packages
  • Build number is 0
  • A tarball (url) rather than a repo (e.g. git_url) is used in your
    recipe (see
    here
    for more details)
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found some lint.

Here's what I've got...

For recipes/cellprofiler:

  • The home item is expected in the about section.
  • The license item is expected in the about section.
  • The recipe could do with some maintainers listed in the extra/recipe-maintainers section.
  • Selectors are suggested to take a <two spaces>#<one space>[<expression>] form. See lines [14, 15]
  • requirements: run: matplotlib==2.2.3 must contain a space between the name and the pin, i.e. matplotlib ==2.2.3
  • requirements: run: pyzmq=15.3.0 must contain a space between the name and the pin, i.e. pyzmq =15.3.0
  • requirements: run: scikit-image=0.14.0 must contain a space between the name and the pin, i.e. scikit-image =0.14.0
  • requirements: run: networkx==2.2 must contain a space between the name and the pin, i.e. networkx ==2.2

- wxpython
- joblib
- mahotas
- matplotlib==2.2.3
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this strict pin is necessary.

Copy link
Author

Choose a reason for hiding this comment

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

yes, it needs to be > 2.0.0, so I will change it to >=2.0

- javabridge
- prokaryote
- python-bioformats
- pyzmq=15.3.0
Copy link
Contributor

Choose a reason for hiding this comment

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

relax the pin?

Copy link
Author

@sunyi000 sunyi000 Sep 13, 2019

Choose a reason for hiding this comment

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

I will try relax it see what happens. it builds find locally for now.

- pyzmq=15.3.0
- raven
- requests
- scikit-image=0.14.0
Copy link
Contributor

Choose a reason for hiding this comment

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

- scikit-image 0.14.*

- scipy
# - six==1.11.0
- pillow
- networkx==2.2
Copy link
Contributor

Choose a reason for hiding this comment

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

- networkx 2.2.*

- pillow
- networkx==2.2
- vigra
- pytest
Copy link
Contributor

Choose a reason for hiding this comment

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

Is pytest really a runtime dependency?

Copy link
Author

Choose a reason for hiding this comment

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

i moved it to host: as I can see setup.py requires it

- cellprofiler

about:
summary: "CellProfiler is free, open-source software"
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add license, doc_url etc and under extras you as a maintainer.

Copy link
Author

@sunyi000 sunyi000 Sep 13, 2019

Choose a reason for hiding this comment

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

added. I have not pushed the actual license file with the correct content yet. I will do that soon

@bgruening
Copy link
Contributor

please also have a look at #7701

ping @drpatelh

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found some lint.

Here's what I've got...

For recipes/cellprofiler:

  • Selectors are suggested to take a <two spaces>#<one space>[<expression>] form. See lines [14, 15]
  • There are 1 too many lines. There should be one empty line at the end of the file.
  • requirements: run: pyzmq=15.3.0 must contain a space between the name and the pin, i.e. pyzmq =15.3.0

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found some lint.

Here's what I've got...

For recipes/cellprofiler:

  • Selectors are suggested to take a <two spaces>#<one space>[<expression>] form. See lines [14, 15]
  • The recipe license should not include the word "License".
  • There are 1 too many lines. There should be one empty line at the end of the file.

For recipes/cellprofiler:

  • license_file entry is missing, but is expected.

@sunyi000
Copy link
Author

I have made another commit and it builds fine locally.

but I still used the javabridge package from the old 'free' channel.

I will have a look at #7701 see what I can do.

Yi

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found it was in an excellent condition.

@sunyi000
Copy link
Author

sunyi000 commented Sep 16, 2019

Hi @bgruening ,

a couple of questions,

I tried to install javabridge to local channel using its own conda recipe mentioned in #7710, then build and install cellprofiler. It seems ok, so is this the correct approach for now, since javabridge is not yet in conda-forge?

is that possible to write the javabridge installation from source within cellprofiler's meta.yaml?
for exmaple, create a build.sh for cellprofiler ,download javabridge source, and do python setup.py install within it?

Also, another issue is with the package wxPython, conda-forge only has version 4.0.6, but cellprofiler only works with 3.0.2 for the release3.1.8

thanks very much,
Yi

@sunyi000 sunyi000 changed the title initial commit cellprofiler 3.1.9 Mar 6, 2020
@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found some lint.

Here's what I've got...

For recipes/cellprofiler:

  • Non noarch packages should have python requirement without any version constraints.
  • Non noarch packages should have python requirement without any version constraints.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I was trying to look for recipes to lint for you, but it appears we have a merge conflict.
Please try to merge or rebase with the base branch to resolve this conflict.

Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug.

version: "{{ version }}"

source:
git_url: "https://github.com/CellProfiler/CellProfiler.git"
Copy link
Contributor

Choose a reason for hiding this comment

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

here you should use a tarball

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found some lint.

Here's what I've got...

For recipes/cellprofiler:

  • Non noarch packages should have python requirement without any version constraints.
  • Non noarch packages should have python requirement without any version constraints.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found it was in an excellent condition.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found some lint.

Here's what I've got...

For recipes/cellprofiler:

  • requirements: run: matplotlib!=2.1.0,>2.0.0,<3 must contain a space between the name and the pin, i.e. matplotlib! =2.1.0,>2.0.0,<3

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/cellprofiler) and found it was in an excellent condition.

@stale
Copy link

stale bot commented Aug 6, 2020

Hi friend!

We really, really, really appreciate that you have taken the time to make a PR on conda-forge/staged-recipes! conda-forge only exists because people like you donate their time to build and maintain conda recipes for use by the community.

In an effort to maintain this repository and increase the signal-to-noise for open PRs, the maintainers of staged-recipes close excessively old PRs after six months. This PR will remain open for another month, and then will be closed.

If you'd like to keep it open, please comment/push and we will be happy to oblige! Note that very old PRs will likely need to be rebased on master so that they can be rebuilt with the most recent CI scripts. If you have any trouble, or we missed reviewing this PR in the first place (sorry!), feel free to ping the team using a special command in a comment on the PR to get the attention of the staged-recipes team.

Cheers and thank you for contributing to this community effort!

@stale stale bot added the stale will be closed in 30 days label Aug 6, 2020
@bgruening bgruening closed this Aug 6, 2020
@drpatelh
Copy link

drpatelh commented Aug 6, 2020

Hi @bgruening ! Sorry, I completely missed your ping and just saw this again 😏 The javabridge issue seemed insurmountable at the time so I ended up using Docker containers directly provided by CellProfiler in the end. Hope you and loved ones are well.

@bgruening
Copy link
Contributor

@hmaarrfk hmaarrfk mentioned this pull request Feb 3, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale will be closed in 30 days
Development

Successfully merging this pull request may close these issues.

4 participants