Skip to content

Commit 18cf279

Browse files
committed
[automated] Update json files
1 parent e1bd636 commit 18cf279

2 files changed

Lines changed: 190 additions & 23 deletions

File tree

public/components.json

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199722,6 +199722,173 @@
199722199722
}
199723199723
]
199724199724
},
199725+
{
199726+
"name": "misopy_index",
199727+
"path": "modules/nf-core/misopy/index/meta.yml",
199728+
"type": "module",
199729+
"meta": {
199730+
"name": "misopy_index",
199731+
"description": "Build an indexed representation of a GFF for efficient retrieval of genes",
199732+
"keywords": [
199733+
"misopy",
199734+
"index",
199735+
"gff",
199736+
"alternative splicing"
199737+
],
199738+
"tools": [
199739+
{
199740+
"misopy": {
199741+
"description": "Mixture of Isoforms model (MISO) for isoform quantitation using RNA-Seq",
199742+
"homepage": "https://github.com/yarden/MISO",
199743+
"documentation": "https://miso.readthedocs.io/en/fastmiso/",
199744+
"tool_dev_url": "https://github.com/yarden/MISO",
199745+
"doi": "10.1038/nmeth.1528",
199746+
"licence": [
199747+
"GPL v2"
199748+
],
199749+
"identifier": "biotools:misopy"
199750+
}
199751+
}
199752+
],
199753+
"input": [
199754+
[
199755+
{
199756+
"meta": {
199757+
"type": "map",
199758+
"description": "Groovy Map containing genome information\ne.g. `[ id:'genome1' ]`\n"
199759+
}
199760+
},
199761+
{
199762+
"gff3": {
199763+
"type": "file",
199764+
"description": "GFF3 file",
199765+
"pattern": "*.gff3",
199766+
"ontologies": [
199767+
{
199768+
"edam": "http://edamontology.org/format_1965"
199769+
}
199770+
]
199771+
}
199772+
}
199773+
]
199774+
],
199775+
"output": {
199776+
"miso_index": [
199777+
[
199778+
{
199779+
"meta": {
199780+
"type": "map",
199781+
"description": "Groovy Map containing genome information\ne.g. `[ id:'genome1' ]`\n"
199782+
}
199783+
},
199784+
{
199785+
"index": {
199786+
"type": "file",
199787+
"description": "Processed MISO index file",
199788+
"pattern": "*.{shelve}",
199789+
"ontologies": []
199790+
}
199791+
}
199792+
]
199793+
],
199794+
"versions_python": [
199795+
[
199796+
{
199797+
"${task.process}": {
199798+
"type": "string",
199799+
"description": "The name of the process"
199800+
}
199801+
},
199802+
{
199803+
"python": {
199804+
"type": "string",
199805+
"description": "The name of the tool"
199806+
}
199807+
},
199808+
{
199809+
"python --version 2>&1 | sed \"s/Python //g\"": {
199810+
"type": "eval",
199811+
"description": "The expression to obtain the version of the tool"
199812+
}
199813+
}
199814+
]
199815+
],
199816+
"versions_misopy": [
199817+
[
199818+
{
199819+
"${task.process}": {
199820+
"type": "string",
199821+
"description": "The name of the process"
199822+
}
199823+
},
199824+
{
199825+
"misopy": {
199826+
"type": "string",
199827+
"description": "The name of the tool"
199828+
}
199829+
},
199830+
{
199831+
"python -c \"import pkg_resources; print(pkg_resources.get_distribution('misopy').version)\"": {
199832+
"type": "eval",
199833+
"description": "The expression to obtain the version of the tool"
199834+
}
199835+
}
199836+
]
199837+
]
199838+
},
199839+
"topics": {
199840+
"versions": [
199841+
[
199842+
{
199843+
"${task.process}": {
199844+
"type": "string",
199845+
"description": "The name of the process"
199846+
}
199847+
},
199848+
{
199849+
"python": {
199850+
"type": "string",
199851+
"description": "The name of the tool"
199852+
}
199853+
},
199854+
{
199855+
"python --version 2>&1 | sed \"s/Python //g\"": {
199856+
"type": "eval",
199857+
"description": "The expression to obtain the version of the tool"
199858+
}
199859+
}
199860+
],
199861+
[
199862+
{
199863+
"${task.process}": {
199864+
"type": "string",
199865+
"description": "The name of the process"
199866+
}
199867+
},
199868+
{
199869+
"misopy": {
199870+
"type": "string",
199871+
"description": "The name of the tool"
199872+
}
199873+
},
199874+
{
199875+
"python -c \"import pkg_resources; print(pkg_resources.get_distribution('misopy').version)\"": {
199876+
"type": "eval",
199877+
"description": "The expression to obtain the version of the tool"
199878+
}
199879+
}
199880+
]
199881+
]
199882+
},
199883+
"authors": [
199884+
"@valentinoruggieri",
199885+
"@piplus2"
199886+
],
199887+
"maintainers": [
199888+
"@piplus2"
199889+
]
199890+
}
199891+
},
199725199892
{
199726199893
"name": "mitohifi_findmitoreference",
199727199894
"path": "modules/nf-core/mitohifi/findmitoreference/meta.yml",

public/pipelines.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23944,12 +23944,12 @@
2394423944
"fork": false,
2394523945
"url": "https://api.github.com/repos/nf-core/mag",
2394623946
"created_at": "2018-05-22T06:06:58Z",
23947-
"updated_at": "2026-06-20T12:33:48Z",
23948-
"pushed_at": "2026-06-27T07:44:11Z",
23947+
"updated_at": "2026-06-27T17:04:54Z",
23948+
"pushed_at": "2026-06-27T16:46:37Z",
2394923949
"homepage": "https://nf-co.re/mag",
23950-
"size": 48805,
23951-
"stargazers_count": 305,
23952-
"watchers_count": 305,
23950+
"size": 48981,
23951+
"stargazers_count": 306,
23952+
"watchers_count": 306,
2395323953
"language": "Nextflow",
2395423954
"has_issues": true,
2395523955
"has_projects": true,
@@ -23960,7 +23960,7 @@
2396023960
"forks_count": 154,
2396123961
"archived": false,
2396223962
"disabled": false,
23963-
"open_issues_count": 85,
23963+
"open_issues_count": 82,
2396423964
"allow_forking": true,
2396523965
"is_template": false,
2396623966
"web_commit_signoff_required": false,
@@ -23978,8 +23978,8 @@
2397823978
],
2397923979
"visibility": "public",
2398023980
"forks": 154,
23981-
"open_issues": 85,
23982-
"watchers": 305,
23981+
"open_issues": 82,
23982+
"watchers": 306,
2398323983
"default_branch": "main",
2398423984
"temp_clone_token": "",
2398523985
"allow_squash_merge": false,
@@ -24051,7 +24051,7 @@
2405124051
"dev_branch_protection_enforce_admins": false,
2405224052
"TEMPLATE_branch_exists": true,
2405324053
"has_required_topics": true,
24054-
"open_pr_count": 10,
24054+
"open_pr_count": 9,
2405524055
"repository_url": "https://github.com/nf-core/mag",
2405624056
"contributors": [
2405724057
{
@@ -26430,8 +26430,8 @@
2643026430
},
2643126431
{
2643226432
"tag_name": "dev",
26433-
"published_at": "2026-06-27T07:44:11Z",
26434-
"tag_sha": "e04ab12f47a4ed97814990b203804c711c042f63",
26433+
"published_at": "2026-06-27T16:46:37Z",
26434+
"tag_sha": "d605bdcb417bf64876cacd3a99e43ef70821cda2",
2643526435
"has_schema": true,
2643626436
"doc_files": [
2643726437
"docs/output.md",
@@ -55080,10 +55080,10 @@
5508055080
"fork": false,
5508155081
"url": "https://api.github.com/repos/nf-core/scdownstream",
5508255082
"created_at": "2024-06-11T06:38:31Z",
55083-
"updated_at": "2026-06-27T13:52:29Z",
55084-
"pushed_at": "2026-06-27T13:52:28Z",
55083+
"updated_at": "2026-06-27T14:47:52Z",
55084+
"pushed_at": "2026-06-27T14:47:52Z",
5508555085
"homepage": "https://nf-co.re/scdownstream",
55086-
"size": 5136,
55086+
"size": 5151,
5508755087
"stargazers_count": 109,
5508855088
"watchers_count": 109,
5508955089
"language": "Nextflow",
@@ -55096,7 +55096,7 @@
5509655096
"forks_count": 63,
5509755097
"archived": false,
5509855098
"disabled": false,
55099-
"open_issues_count": 27,
55099+
"open_issues_count": 25,
5510055100
"allow_forking": true,
5510155101
"is_template": false,
5510255102
"web_commit_signoff_required": false,
@@ -55112,7 +55112,7 @@
5511255112
],
5511355113
"visibility": "public",
5511455114
"forks": 63,
55115-
"open_issues": 27,
55115+
"open_issues": 25,
5511655116
"watchers": 109,
5511755117
"default_branch": "dev",
5511855118
"temp_clone_token": "",
@@ -55183,12 +55183,12 @@
5518355183
"dev_branch_protection_enforce_admins": false,
5518455184
"TEMPLATE_branch_exists": true,
5518555185
"has_required_topics": true,
55186-
"open_pr_count": 2,
55186+
"open_pr_count": 1,
5518755187
"repository_url": "https://github.com/nf-core/scdownstream",
5518855188
"contributors": [
5518955189
{
5519055190
"name": "nictru",
55191-
"count": 1220,
55191+
"count": 1221,
5519255192
"avatar_url": "https://avatars.githubusercontent.com/u/52698566?v=4"
5519355193
},
5519455194
{
@@ -55313,7 +55313,7 @@
5531355313
}
5531455314
],
5531555315
"released_after_tools": false,
55316-
"head_sha": "d8dac31f51ea601ceee6b5d194c4a944ed03d76e",
55316+
"head_sha": "61b838cd2deca56f1a42f93023b3912acfa24945",
5531755317
"last_release_is_head": false,
5531855318
"last_release_vs_default_compare_url": "",
5531955319
"commits_to_dev": 30,
@@ -55334,8 +55334,8 @@
5533455334
"releases": [
5533555335
{
5533655336
"tag_name": "dev",
55337-
"published_at": "2026-06-27T13:52:24Z",
55338-
"tag_sha": "d8dac31f51ea601ceee6b5d194c4a944ed03d76e",
55337+
"published_at": "2026-06-27T14:47:47Z",
55338+
"tag_sha": "61b838cd2deca56f1a42f93023b3912acfa24945",
5533955339
"has_schema": true,
5534055340
"doc_files": [
5534155341
"docs/output.md",
@@ -57600,9 +57600,9 @@
5760057600
"url": "https://api.github.com/repos/nf-core/seqsubmit",
5760157601
"created_at": "2025-10-06T19:15:11Z",
5760257602
"updated_at": "2026-06-25T19:23:29Z",
57603-
"pushed_at": "2026-06-26T13:55:02Z",
57603+
"pushed_at": "2026-06-27T21:57:09Z",
5760457604
"homepage": "https://nf-co.re/seqsubmit",
57605-
"size": 4794,
57605+
"size": 4803,
5760657606
"stargazers_count": 6,
5760757607
"watchers_count": 6,
5760857608
"language": "Nextflow",

0 commit comments

Comments
 (0)