bonsai-team / Porechop_ABI

Adapter trimmer for Oxford Nanopore reads using ab initio method
GNU General Public License v3.0
33 stars 3 forks source link

Repository not found in biocontainers #6

Closed sofstam closed 1 year ago

sofstam commented 1 year ago

Hello,

I am trying to create an nf-core module for Porechop_ABI https://github.com/nf-core/modules/issues/2325. I get the error Repository not found when I try to access porechop_abi with the following link: https://quay.io/repository/biocontainers/porechop_abi.

Could you please help me with that?

qbonenfant commented 1 year ago

Hi, I will try to help you with this issue. I looked around a bit, and it seems that the docker container for porechop_abi linked on bioconda does not exists, and I'm not exactly sure why. Porechop_ABI addition on bioconda is quite recent, this may be the reason. I will ask bioconda team if they know better, or encountered related issues in the past.

sofstam commented 1 year ago

Hi,

Thanks for your quick reply and looking into that. This is the link I am using: https://bioconda.github.io/recipes/porechop_abi/README.html?highlight=porechop_abi#package-package%20&%23x27;porechop_abi&%23x27

qbonenfant commented 1 year ago

Bioconda team has been notified. It seems the docker image was private, this is why you could not reach it. They are currently fixing the issue, the link should work any time now.

sofstam commented 1 year ago

The docker image is public. Are you planning to add porechop_abi to https://depot.galaxyproject.org/singularity/?

qbonenfant commented 1 year ago

We may add it at some point, but this is not on our (already quite long) "to do" list for now. Preparing the repo for conda already took quite some times, and clearly showed some changes in the installation procedure are needed.

All i can recommand is to check for new release. I will try to keep a "futur changes" list somewhere (probably in release notes).

As the current issue is resolved, i will close this ticket. Thanks for your contribution.

jfy133 commented 1 year ago

All docker images with biocontainers will be converted to singularity automatically! If the docker repository was only just opened, it normally takes ~24h (overnight) to be available, so you shouldn't have to do anything yourself @qbonenfant !

qbonenfant commented 1 year ago

Well, that's less ressearch and debugging time on my side then, thanks for the tip.

My previous statement still holds, as we really need to update the installation process originally developped by rrwick, upon which we have built our installer. Despite working well on a lot of platforms, this is not as easy, reliable, and "maintainable" as I would like it to be.