I used metaphlan4 (4.0.1) to generate profile. The following few lines are attached below. My issue is checking bacteria count (59839072). It is more than bowtie2 input reads (15148903). I also run the similar command using metaphlan 3.0.6. It doesn’t have this issue. I notice in another thread, someone claim there is issue to run using rel_ab_w_read_stats. Do you have a solution? Thanks a lot!
Any idea when the official BioBakery container for this version will be released?
I could create one myself, but if possible, we prefer to use containers created by the developers of the particular tool.
Same – would love to have official versions available. @MalbertR you can use the one we build here if you want in the meantime. It’s got humann3.6 and metaphlan 4.0.3. docker pull ghcr.io/vdblab/biobakery-profiler:20221107
Hi @MalbertR and @nickp60 for version 4, we are not currently planning to mantain the docker images but only the pip and conda installations. However, when most of the biobakery tools move to version 4 (using the SGB system) this might change
I’m happy to help set up the CI/CD if you’d like. The process has been simplified dirastically with GitHub Container Registry, so you no longer have to manually push things to dockerhub or set up auth tokens between GitHub and DockerHub. Having docker containers is invaluable, especially given the number of dependencies in these tools.