Skip to content

Commit

Permalink
[automated] Update json files and markdown cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Dec 18, 2024
1 parent f272cfe commit bd4eb2c
Show file tree
Hide file tree
Showing 3 changed files with 1,343 additions and 1,142 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
197 changes: 190 additions & 7 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -8449,6 +8449,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -27416,6 +27420,10 @@
{
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
}
]
},
Expand Down Expand Up @@ -27705,6 +27713,10 @@
{
"name": "genomeqc",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
}
]
},
Expand Down Expand Up @@ -43343,6 +43355,98 @@
}
]
},
{
"name": "custom_tabulartogseachip",
"path": "modules/nf-core/custom/tabulartogseachip/meta.yml",
"type": "module",
"meta": {
"name": "custom_tabulartogseachip",
"description": "Make a GSEA class file (.chip) from tabular inputs",
"keywords": [
"gsea",
"chip",
"convert",
"tabular"
],
"tools": [
{
"custom": {
"description": "Make a GSEA annotation file (.chip) from tabular inputs",
"tool_dev_url": "https://github.com/nf-core/modules/blob/master/modules/nf-core/custom/tabulartogseachip/main.nf",
"identifier": ""
}
}
],
"input": [
[
{
"meta": {
"type": "map",
"description": "Groovy Map containing data information.\nThis can be used at the workflow level to pass optional parameters to the module.\n[id: 'test', ...]\n"
}
},
{
"tabular": {
"type": "file",
"description": "Tabular (NOTE that for the moment it only works for TSV file) containing a column with the\nfeatures ids, and another column with the features symbols.\n",
"pattern": "*.{tsv}"
}
}
],
[
{
"id": {
"type": "string",
"description": "The name of the column containing feature ids"
}
},
{
"symbol": {
"type": "string",
"description": "The name of the column containing feature symbols"
}
}
]
],
"output": [
{
"chip": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing metadata e.g. [ id:'test', ... ]"
}
},
{
"*.chip": {
"type": "file",
"description": "A categorical class format file (.chip) as defined by the Broad\ndocumentation at\nhttps://software.broadinstitute.org/cancer/software/gsea/wiki/index.php/Data_formats\n",
"pattern": "*.chip"
}
}
]
},
{
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
]
}
],
"authors": [
"@pinin4fjords",
"@suzannejin"
],
"maintainers": [
"@pinin4fjords"
]
}
},
{
"name": "custom_tabulartogseacls",
"path": "modules/nf-core/custom/tabulartogseacls/meta.yml",
Expand Down Expand Up @@ -85861,7 +85965,7 @@
}
},
{
"$gunzip": {
"${gunzip}": {
"type": "file",
"description": "Compressed/uncompressed file",
"pattern": "*.*"
Expand Down Expand Up @@ -107116,6 +107220,22 @@
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "phyloplace",
"version": "1.0.0"
},
{
"name": "ampliseq",
"version": "2.12.0"
},
{
"name": "multiplesequencealign",
"version": "1.0.0"
},
{
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "phyloplace",
"version": "1.0.0"
Expand Down Expand Up @@ -113314,6 +113434,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -132198,6 +132322,10 @@
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
Expand Down Expand Up @@ -132909,7 +133037,8 @@
"maintainers": [
"@bsiranosian",
"@adamrtalbot",
"@gallvp"
"@gallvp",
"@famosab"
]
}
},
Expand Down Expand Up @@ -183397,6 +183526,12 @@
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', ... ]\n"
}
},
{
"msa": {
"type": "file",
"description": "Multiple Sequence Alignment File\n"
}
}
],
[
Expand All @@ -183405,6 +183540,18 @@
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
}
},
{
"template": {
"type": "file",
"description": "Template file\n"
}
},
{
"structures": {
"type": "file",
"description": "Structure file\n"
}
}
]
],
Expand Down Expand Up @@ -189706,13 +189853,14 @@
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*/"
}
},
{
"$prefix": {
"type": "directory",
"description": "Directory containing contents of archive",
"${prefix}": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*/"
}
}
Expand Down Expand Up @@ -198574,6 +198722,26 @@
]
}
},
{
"adjacency": {
"description": "Channel containing the adjacency matrix suited for downstream graph-based functional analysis",
"structure": [
{
"meta": {
"type": "map",
"description": "Metadata map"
}
},
{
"adjacency_matrix": {
"type": "file",
"description": "Adjacency matrix file",
"pattern": "*.{csv,tsv}"
}
}
]
}
},
{
"normalised_matrix": {
"description": "Channel containing normalised count matrix",
Expand Down Expand Up @@ -198642,7 +198810,8 @@
"@suzannejin"
],
"maintainers": [
"@pinin4fjords"
"@pinin4fjords",
"@suzannejin"
]
}
},
Expand Down Expand Up @@ -205395,6 +205564,12 @@
"type": "boolean",
"description": "Whether to skip linting of FastQ files"
}
},
{
"fastp_merge": {
"type": "boolean",
"description": "For FASTP, save merged fastqs stitching together read1 and read2 for paired end reads\n"
}
}
],
"output": [
Expand Down Expand Up @@ -206185,6 +206360,10 @@
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
Expand Down Expand Up @@ -209763,6 +209942,10 @@
"name": "riboseq",
"version": "1.0.1"
},
{
"name": "riboseq",
"version": "1.0.1"
},
{
"name": "riboseq",
"version": "1.0.1"
Expand Down
Loading

0 comments on commit bd4eb2c

Please sign in to comment.