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 Jan 29, 2025
1 parent f838fa9 commit 0a8e413
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 89 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
119 changes: 119 additions & 0 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -8808,6 +8808,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -61166,6 +61170,93 @@
]
}
},
{
"name": "find_unpigz",
"path": "modules/nf-core/find/unpigz/meta.yml",
"type": "module",
"meta": {
"name": "find_unpigz",
"description": "A module for decompressing a large number of gzipped files, getting around the UNIX terminal argument limit",
"keywords": [
"gzip",
"find",
"pigz"
],
"tools": [
{
"find": {
"description": "GNU find searches the directory tree rooted at each given starting-point by evaluating the given expression",
"documentation": "https://man7.org/linux/man-pages/man1/find.1.html",
"licence": [
"GPL-3.0-or-later"
]
}
},
{
"pigz": {
"description": "pigz, which stands for Parallel Implementation of GZip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data.",
"documentation": "https://zlib.net/pigz/pigz.pdf",
"licence": [
"other"
]
}
}
],
"input": [
[
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
}
},
{
"files_in": {
"type": "file",
"description": "List of gzipped files to decompress",
"pattern": "*.gz"
}
}
]
],
"output": [
{
"file_out": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"${prefix}.*": {
"type": "file",
"description": "Decompressed files",
"pattern": "${prefix}.*"
}
}
]
},
{
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
]
}
],
"authors": [
"@Biowilko"
],
"maintainers": [
"@Biowilko"
]
}
},
{
"name": "flash",
"path": "modules/nf-core/flash/meta.yml",
Expand Down Expand Up @@ -111505,6 +111596,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 @@ -137173,6 +137280,10 @@
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
Expand Down Expand Up @@ -212901,6 +213012,10 @@
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
Expand Down Expand Up @@ -216755,6 +216870,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 0a8e413

Please sign in to comment.