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

export2graphlan with biom-format #366

Open
Midnighter opened this issue May 22, 2020 · 1 comment
Open

export2graphlan with biom-format #366

Midnighter opened this issue May 22, 2020 · 1 comment

Comments

@Midnighter
Copy link

I'm trying to use export2graphlan with biom-format support which is turning out to be a bit tricky. On one hand, the biocontainer quay.io/biocontainers/export2graphlan:0.22--py_0 is a Python 2.7 image which doesn't have an obvious way to install build tools which would be required for compiling biom-format. Also conda seems to be disabled. On the other hand, I can add export2graphlan.py locally to a biom-format image, for example, biocontainers/biom-format-v2.1.7dfsg-2-deb-py2_cv1.

However, it is very unclear to me where to suggest creating an image that includes both. Should I go to the bioconda export2graphlan recipe? Which seems to be the source for the biocontainer? Should I suggest a new biocontainer? Should I somehow create a mulled container? I'm a bit new to biocontainers and confused. Thank you for any pointers.

@osallou
Copy link
Contributor

osallou commented May 23, 2020

Hi,
Mulled based containers from conda only contain tool and nothing and cannot be indeed easily extended (quai.io containers)
If you take a docker based container you are on a debian/ubuntu base so you can install additional packages using apt-get, conda etc...

For a oneshot or alike i would sugest you take biomformay container whuch is debian based and add scripts you need.
After that you can also create a new container to be shared with others

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

No branches or pull requests

2 participants