John Didion

Results 103 issues of John Didion

Under https://www.commonwl.org/v1.2/CommandLineTool.html#SchemaDefRequirement it says “type definitions are allowed for enum and record types only.” But the types parameter also allows array schemas.

The README references sequenceTubeMap.js, but this appears to have been moved/renamed (to app/main.js?).

MacBook M1 Max Pro Dockerfile: ``` FROM ubuntu:focal as build ARG MUDSKIPPER_VERSION ENV DEBIAN_FRONTEND=noninteractive ENV PATH=/root/.cargo/bin:$PATH ADD https://github.com/OceanGenomics/mudskipper/archive/refs/tags/v${MUDSKIPPER_VERSION}.tar.gz mudskipper.tgz RUN apt update \ && apt install -y curl build-essential cmake...