Skip to content

Commit 4df5c9b

Browse files
committed
[automated] Update json files
1 parent ab975a5 commit 4df5c9b

2 files changed

Lines changed: 250 additions & 83 deletions

File tree

public/components.json

Lines changed: 169 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342420,6 +342420,169 @@
342420342420
}
342421342421
]
342422342422
},
342423+
{
342424+
"name": "sourmash_pairwise",
342425+
"path": "modules/nf-core/sourmash/pairwise/meta.yml",
342426+
"tree_sha": "680d13eb5a3b2ed6b906174359d00e490899f771",
342427+
"files": [
342428+
"modules/nf-core/sourmash/pairwise/environment.yml",
342429+
"modules/nf-core/sourmash/pairwise/main.nf",
342430+
"modules/nf-core/sourmash/pairwise/meta.yml",
342431+
"modules/nf-core/sourmash/pairwise/tests/main.nf.test",
342432+
"modules/nf-core/sourmash/pairwise/tests/main.nf.test.snap",
342433+
"modules/nf-core/sourmash/pairwise/tests/nextflow.config"
342434+
],
342435+
"type": "module",
342436+
"meta": {
342437+
"name": "sourmash_pairwise",
342438+
"description": "Fast, multithreaded comparison of many FracMinHash signatures generated by sourmash sketch.",
342439+
"keywords": [
342440+
"compare",
342441+
"genomics",
342442+
"pairwise",
342443+
"metagenomics",
342444+
"sourmash",
342445+
"branchwater",
342446+
"kmer",
342447+
"containment"
342448+
],
342449+
"tools": [
342450+
{
342451+
"sourmash": {
342452+
"description": "Quickly search, compare, and analyze genomic and metagenomic data sets.",
342453+
"homepage": "https://sourmash.readthedocs.io/",
342454+
"documentation": "https://sourmash.readthedocs.io/",
342455+
"tool_dev_url": "https://github.com/sourmash-bio/sourmash",
342456+
"doi": "10.21105/joss.00027",
342457+
"licence": [
342458+
"BSD-3-clause"
342459+
],
342460+
"identifier": "biotools:sourmash"
342461+
}
342462+
},
342463+
{
342464+
"sourmash_plugin_branchwater": {
342465+
"description": "Fast, multithreaded sourmash operations: search, compare, and gather.",
342466+
"homepage": "https://github.com/sourmash-bio/sourmash_plugin_branchwater",
342467+
"documentation": "https://github.com/sourmash-bio/sourmash_plugin_branchwater/blob/main/doc/README.md",
342468+
"tool_dev_url": "https://github.com/sourmash-bio/sourmash_plugin_branchwater",
342469+
"licence": [
342470+
"AGPL-3.0"
342471+
],
342472+
"doi": "10.1101/2022.11.02.514947",
342473+
"identifier": ""
342474+
}
342475+
}
342476+
],
342477+
"input": [
342478+
[
342479+
{
342480+
"meta": {
342481+
"type": "map",
342482+
"description": "Groovy Map containing sample information. e.g. [ id:'test', single_end:false ]"
342483+
}
342484+
},
342485+
{
342486+
"signatures": {
342487+
"type": "file",
342488+
"description": "Files containing signatures (hash sketches) of samples",
342489+
"pattern": "*.{sig,zip}",
342490+
"ontologies": [
342491+
{
342492+
"edam": "http://edamontology.org/format_3987"
342493+
}
342494+
]
342495+
}
342496+
}
342497+
],
342498+
{
342499+
"file_list": {
342500+
"type": "file",
342501+
"description": "An optional file specifying a list of file paths that should be appended to the input signatures.",
342502+
"ontologies": []
342503+
}
342504+
}
342505+
],
342506+
"output": {
342507+
"csv": [
342508+
[
342509+
{
342510+
"meta": {
342511+
"type": "map",
342512+
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
342513+
}
342514+
},
342515+
{
342516+
"*pairwise.csv": {
342517+
"type": "file",
342518+
"description": "Comparisons in long CSV format",
342519+
"pattern": "*.pairwise.csv",
342520+
"ontologies": [
342521+
{
342522+
"edam": "http://edamontology.org/format_3752"
342523+
}
342524+
]
342525+
}
342526+
}
342527+
]
342528+
],
342529+
"versions_sourmash": [
342530+
[
342531+
{
342532+
"${task.process}": {
342533+
"type": "string",
342534+
"description": "The name of the process"
342535+
}
342536+
},
342537+
{
342538+
"sourmash": {
342539+
"type": "string",
342540+
"description": "The name of the tool"
342541+
}
342542+
},
342543+
{
342544+
"sourmash --version 2>&1 | sed 's/^sourmash //'": {
342545+
"type": "eval",
342546+
"description": "The expression to obtain the version of the tool"
342547+
}
342548+
}
342549+
]
342550+
]
342551+
},
342552+
"topics": {
342553+
"versions": [
342554+
[
342555+
{
342556+
"${task.process}": {
342557+
"type": "string",
342558+
"description": "The name of the process"
342559+
}
342560+
},
342561+
{
342562+
"sourmash": {
342563+
"type": "string",
342564+
"description": "The name of the tool"
342565+
}
342566+
},
342567+
{
342568+
"sourmash --version 2>&1 | sed 's/^sourmash //'": {
342569+
"type": "eval",
342570+
"description": "The expression to obtain the version of the tool"
342571+
}
342572+
}
342573+
]
342574+
]
342575+
},
342576+
"authors": [
342577+
"@worthyc51"
342578+
],
342579+
"maintainers": [
342580+
"@worthyc51",
342581+
"@zachary-foster"
342582+
]
342583+
},
342584+
"git_sha": "1a6d192f85a35f260ca5b70195f87536d78b4717"
342585+
},
342423342586
{
342424342587
"name": "sourmash_sketch",
342425342588
"path": "modules/nf-core/sourmash/sketch/meta.yml",
@@ -391787,6 +391950,10 @@
391787391950
"name": "spatialaxe",
391788391951
"version": "1.0.0"
391789391952
},
391953+
{
391954+
"name": "spatialaxe",
391955+
"version": "1.0.0"
391956+
},
391790391957
{
391791391958
"name": "spatialaxe",
391792391959
"version": "1.0.0"
@@ -412005,6 +412172,6 @@
412005412172
"git_sha": "9edc097c4904d60808b5c4c9978934e091aded1a"
412006412173
}
412007412174
],
412008-
"commit_sha": "42f1a6b3cc7ffd8f2aff1b22c7e4671aeb1c50a6",
412009-
"updated_at": "2026-07-30T14:56:02.215Z"
412175+
"commit_sha": "1a6d192f85a35f260ca5b70195f87536d78b4717",
412176+
"updated_at": "2026-07-31T03:09:15.347Z"
412010412177
}

0 commit comments

Comments
 (0)