paulzierep
paulzierep
Add bio.tools xref
Something was messed with my rebase. New clean PR. This update enables the export of the label encoder as h5 model, that can be used to encode new data as...
Sorry @bgruening I was in a hurry :) Added pickle import, since the export of the model fails otherwise https://github.com/bgruening/galaxytools/blob/2af5cafe9ecc17635b6efa3bb27eae8f67defd64/tools/sklearn/feature_selection.xml#L145-L148
We need a quick fix, since we run a training tomorrow. The issue is that multiQC does only show one file / collection; if the file names are the same....
We want to create a tutorial that helps researchers of the [SPUN project](https://www.spun.earth/) to analyse their fungi data. It will focus on ITS/SSU based amplicon analysis and characterization using phyloseq....
The workflow and tutorial queries (https://training.galaxyproject.org/training-material/workflows/embed.html?query=microbiome) via the GTN are useful to filter for specific communities and are already used as iframes in subdomains such as https://singlecell.usegalaxy.eu/ and https://microgalaxy.usegalaxy.eu/: The...
FOR CONTRIBUTOR: * [x] - I have read the [CONTRIBUTING.md](https://github.com/galaxyproject/tools-iuc/blob/master/CONTRIBUTING.md) document and this tool is appropriate for the tools-iuc repo. * [x] - License permits unrestricted use (educational + commercial)...
Table Compute slices like this: 2:-2 specifies 2,1,0,-1,-2; this makes no sense at all, why would one want to slice the first 3 columns and then the last two, the...
Collections in workflows pitfalls and strategies from foodborne pathogen detection
running `planemo test/serve --biocontainers` fails if docker is not installed and the user is not part of the docker group, that should be mentioned in the docs