new tool adding

Hi all. There is one tool for taxonomic classification that is not in galaxy. Who can help add it?

1 Like

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! :slight_smile:

1 Like

Following on from @jennaj’s comments:

  1. This workflow make use of several tools that are not in the bioconda or conda-forge channels typically used by Galaxy servers, so they would need to be migrated to one of those channels to make them installable.

  2. 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.

2 Likes

Thank you for help and navigation.