Hi all. There is one tool for taxonomic classification that is not in galaxy. Who can help add it?
Welcome, @r.papikyan
This is interesting since it is already a Snakemake workflow, so the tools would need to be wrapped (probably in a new suite of tools) then they could be used individually or as part of a Galaxy workflow.
More about Snakemake is covered in our of our tutorials here if interested → Hands-on: Make & Snakemake / Make & Snakemake / Foundations of Data Science
For the tool wrapping parts, below is how to get new development projects started:
You could also ask a question at the IUC’s Matrix chat. I cross-posted this over already to get it started, so feel free to join in there or they may reply here. They might also have other suggestions … but some of that might depend on where you are running Galaxy (example: your own server versus a public server). You're invited to talk on Matrix
Great, let’s start there!
Following on from @jennaj’s comments:
-
This workflow make use of several tools that are not in the
bioconda
orconda-forge
channels typically used by Galaxy servers, so they would need to be migrated to one of those channels to make them installable. -
There are examples (e.g. pangolin) of tools that are interfaces to entire workflows. The decision would have to be made whether this Snakemake workflow should be “ported” to a Galaxy workflow by wrapping each tool and building a workflow or whether it should be treated as a single tool (with associated loss in flexibility and perhaps performance) and a Galaxy wrapper for the entire workflow created.
Thank you for help and navigation.