Michael Milton

Results 335 issues of Michael Milton

Currently the report parsing function will *only* import keys in the MultiQC report that begin with `config_`. However, I can envisage there are cases where users will want to add...

I have MegaQC running in a docker container, since I find it easier to get the right environment, and manage data in that form. However, I would then like to...

core: back end

I am aware there is a separate lesson for singularity, but it's beneficial for us to teach it this way. There was also some incidental text in the examples lesson...

The `introduction` has: > configurability – containers can be sized to take advantage of more resources (memory, CPU, etc.) on large systems (clusters) or less, depending on the circumstances. It's...

If you `crate.add_file()` a local file, I think it makes sense to populate: * [`contentSize`](https://schema.org/contentSize) * [`sha256`](https://schema.org/sha256) This seems to be done already for remote files, so it makes sense...

Let's say you have a directory with data files in it that you want to document, but it's not the current working directory. You also don't have an `ro-crate-metadata.json` yet....

I rely pretty heavily on type annotations, and I envisage using `ro-crate-py` a lot in the near future. Would you be open to me submitting a PR that adds type...

Pyright seems to give me: ``` Stub file not found for "unipressed"Pylance[reportMissingTypeStubs](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportMissingTypeStubs) ```

`LabProtocol` is built on [`HowTo`](https://schema.org/HowTo), which I think is a good choice. Notably, `HowTo` does not describe an action that has happened, but rather a recipe or procedure by which...

**Describe the bug** This is just a compilation error, I assume it relates to a change in the Node API. I believe the key line is: ``` error ../../nan/nan.h:2594:19: error:...

bug
triage