cgat-developers / cgat-apps

cgat-apps repository
Other
33 stars 14 forks source link

New release #40

Closed Acribbs closed 5 years ago

Acribbs commented 5 years ago

Hi @sebastian-luna-valero I am in the process of packaging an environment and I require some of the newer functionality of cgat-apps in bioconda. How easy would it be to make new release and update the conda package?

I ask because I know your part of the bioconda team

sebastian-luna-valero commented 5 years ago

Hi,

It is a two-step process:

Best regards, Sebastian

sebastian-luna-valero commented 5 years ago

@AndreasHeger there is this conflict when updating the cgat-apps recipe:

16:57:43 BIOCONDA INFO (OUT) conda.exceptions.UnsatisfiableError: The following specifications were found to be in conflict:
16:57:43 BIOCONDA INFO (OUT)   - cython=0.27 -> python=3.6
16:57:43 BIOCONDA INFO (OUT)   - python=3.7
16:57:43 BIOCONDA INFO (OUT) Use "conda search <package> --info" to see the dependencies for each package.

What do you suggest?

Best regards, Sebastian

Acribbs commented 5 years ago

When I was packaging a new conda package (see https://github.com/bioconda/bioconda-recipes/pull/15458#issuecomment-494068414) I had to only run builds for python 3.6 because quicksect (and cgat-apps) wasn't packaged for python 3.7 (please see https://github.com/bioconda/bioconda-recipes/pull/14770 for pull request in progress for quicksect python 3.7 release).

Maybe for the meantime we only build for python 3.6?

@AndreasHeger are you able to give me the access to upload cgat-apps to pypi in a separate email?

@sebastian-luna-valero no problem in the future to ping you when building new release or build.

sebastian-luna-valero commented 5 years ago

xref: https://github.com/brentp/quicksect/issues/11

sebastian-luna-valero commented 5 years ago

FYI: cgat-apps has been updated in bioconda to v0.5.4 with both Python 3.6 and Python 3.7

Acribbs commented 5 years ago

Fantastic @sebastian-luna-valero! Thanks