-
Notifications
You must be signed in to change notification settings - Fork 32
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
[feature request] conda package #60
Comments
Awesome thanks! A working docker or singularity image would also be an alternative if that is easier. |
good idea thanks! we try to come up with some alternative installation in the near future :) |
just as intermediate solution, we added a conda installation tutorial |
Sure, no hurry. We packaged it as a docker image for our workflows for now: https://github.com/Gibbons-Lab/gapseq-docker. Though I noticed there are some dependencies that are not mentioned, like curl for instance. |
@jotech any updates on creating the bioconda recipe? As illustrated with your conda installation tutorial, a conda recipe really helps developers (eg., of bioinformatics pipelines) install & maintain the dependencies of all software. |
In regards to the conda install tutorial, a bit simpler approach: conda env yaml file:
Create conda env:
Additional R package install:
In regards to the gapseq install instructions, I'm guessing that you meant:
instead of:
|
Thanks @nick-youngblut. I agree that a conda env yaml file would clean up the instructions. I'll update the conda instructions in January. |
Once this is available as a conda installation I'm going to add it as a module in my https://github.com/jolespin/veba pipeline. The publication just got accepted and should be out soon. |
In response to jotech#60
@jotech in order for a bioconda package to be effective you should make frequent releases (maybe, at least once a year). The current release (https://github.com/jotech/gapseq/releases/tag/v1.2) is more than two years old even though you had commits a few weeks ago (2d739a5). Are there any plans to make a new release of gapseq that includes the changes to the development version? |
The installation for gapseq requires root access to the machine which is often not the case for servers. It would be awesome if there was a conda package to facilitate a more accessible installation.
The text was updated successfully, but these errors were encountered: