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

WIP fix peakachu dependencies #7434

Merged
merged 10 commits into from
Feb 3, 2018
Merged

WIP fix peakachu dependencies #7434

merged 10 commits into from
Feb 3, 2018

Conversation

dmaticzka
Copy link

  • I have read the guidelines for bioconda recipes.
  • This PR adds a new recipe.
  • AFAIK, this recipe is directly relevant to the biological sciences (otherwise, please submit to the more general purpose conda-forge channel).
  • This PR updates an existing recipe.
  • This PR does something else (explain below).

@bgruening bgruening closed this Jan 30, 2018
@bgruening bgruening reopened this Jan 30, 2018
@bgruening
Copy link
Member

CCI was someone stuck, lets try to re-trigger the test here.

Copy link
Member

@mbargull mbargull left a comment

Choose a reason for hiding this comment

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

@dmaticzka, you need to rebase on (or merge) master into your branch.

@@ -21,7 +21,7 @@ requirements:
- setuptools
- "biopython >=1.69"
- "matplotlib >=2.0.2"
- "pandas >=0.20.2"
- "pandas >=0.20.2 <=0.20.3"
Copy link
Member

Choose a reason for hiding this comment

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

Should be pandas >=0.20.2,<=0.20.3, note the comma.

@@ -32,7 +32,7 @@ requirements:
- python
- "biopython >=1.69"
- "matplotlib >=2.0.2"
- "pandas >=0.20.2"
- "pandas >=0.20.2 <=0.20.3"
Copy link
Member

Choose a reason for hiding this comment

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

Same as above.

@mbargull
Copy link
Member

@dmaticzka, can you explain why that version restriction on pandas would be needed? There is no such restriction in the source at https://github.com/tbischler/PEAKachu/blob/v0.1.0/setup.py#L18.

@dmaticzka
Copy link
Author

@mbargull it's a bug related to pandas-dev/pandas#18021. pending resolution in either pandas or peakachu, peakachu will only work with either pandas version 0.20.2 or 0.20.3

@bgruening
Copy link
Member

@dmaticzka I assume this one it not WIP anymore?

@mbargull
Copy link
Member

@bgruening, there is an open issue and a commit that's meant to fix that bug. If @dmaticzka can confirm this work, we could rather add a patch.

@dmaticzka
Copy link
Author

in principle this should fix it, didn't stay up late for the circleci results to finally trickle in :)

this, the patch, or a new version for the patch would all work for me. i have to take care of a paper submission, so i can't check on that patch until end of next week.

@dmaticzka dmaticzka merged commit 812112e into bioconda:master Feb 3, 2018
@dmaticzka dmaticzka deleted the fixpeakachu branch February 3, 2018 17:02
@mbargull
Copy link
Member

mbargull commented Feb 3, 2018

Ah, sorry, forgot to hit that "Approve" button. Thanks @dmaticzka!

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.

3 participants