×

nf-core/mat2json @ 0.0.0-3fc6d40

converst matlab .mat files into json or csv files.

Latest version: 0.0.0-3fc6d40
Total downloads: 6
Source: nf-core/modules
Authors: @CaroAMN
Maintainers: @CaroAMN

Updating the docker container and making a new module release

To update this tool :

  1. Navigate tho the mat2json repository, go to the latest release and get the link and sha256 checksum.
  2. Edit the Dockerfile in the following lines:
- ARG MAT2JSON_VERSION="1.0.0"
+ ARG MAT2JSON_VERSION="<New version>"
- ARG MAT2JSON_URL="https://github.com/qbic-pipelines/mat2json/releases/download/v1.0.0/mat2json"
+ ARG MAT2JSON_UR="<New release>"
- ARG MAT2JSON_SHA256="216cac1716c761ebcdde415726762ec462cc79eda7daf3e320549b8765f097e5"
+ ARG MAT2JSON_SHA256="<Manual SHA256 of binary file>"
  1. Open a PR against nf-core/modules directly, push the changes, and the Dockerfile should be built and uploaded to quay.io/nf-core/mat2json!
Process
Name MAT2JSON
Input 2 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1']

matfile file

matlab file

*.{mat}
process string

Name of the process to be used in the output file name and as a tag

Output 2 channels
#1 converted_file tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1']

${process}/*/*.* file

JSON or CSV file containing the the data from the input .mat file

*.{json,csv}
#2 versions_mat2json tuple
${task.process} string

The name of the process

mat2json string

The name of the tool

1.0.0 string

The expression to obtain the version of the tool

Tool Description Homepage
mat2json Converts matlab .mat files into json or csv files. https://github.com/qbic-pipelines/mat2json
Version 0.0.0-3fc6d40
Commit ID 3fc6d40d163d89ae44d40a00b9017d5a9df5170e
Release Date 22 Apr 2026 15:21:05 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fmat2json/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/mat2json/blobs/sha256:65a9b726366e8196e8301fa8ac2c8ccb9631a271a31f5fb1c18636f2a961e7bc
Size 2.9 KB
Checksum sha256:65a9b726366e8196e8301fa8ac2c8ccb9631a271a31f5fb1c18636f2a961e7bc
Downloads 3
Version Date Status Downloads Size
0.0.0-3fc6d40 22 Apr 2026 15:21:05 (UTC) 3 2.9 KB
0.0.0-0c7146d 08 Apr 2026 19:16:23 (UTC) 3 2.9 KB