diff --git a/.cache.tar.xz b/.cache.tar.xz index fbe4398fc6..5c46d86017 100644 Binary files a/.cache.tar.xz and b/.cache.tar.xz differ diff --git a/public/components.json b/public/components.json index f90db8cd55..426ed8fc9c 100644 --- a/public/components.json +++ b/public/components.json @@ -8712,6 +8712,10 @@ "name": "rnafusion", "version": "3.0.2" }, + { + "name": "rnafusion", + "version": "3.0.2" + }, { "name": "rnafusion", "version": "3.0.2" @@ -43969,7 +43973,7 @@ } }, { - "R_sessionInfo.log": { + "*R_sessionInfo.log": { "type": "file", "description": "Log file containing R session information", "pattern": "*.log" @@ -83968,6 +83972,164 @@ } ] }, + { + "name": "gridss_generateponbedpe", + "path": "modules/nf-core/gridss/generateponbedpe/meta.yml", + "type": "module", + "meta": { + "name": "gridss_generateponbedpe", + "description": "GRIDSS is a module software suite containing tools useful for the detection of genomic rearrangements.", + "keywords": [ + "gridss", + "structural variants", + "bedpe", + "bed", + "vcf" + ], + "tools": [ + { + "gridss": { + "description": "GRIDSS: the Genomic Rearrangement IDentification Software Suite", + "documentation": "https://github.com/PapenfussLab/gridss/wiki/GRIDSS-Documentation", + "tool_dev_url": "https://github.com/PapenfussLab/gridss", + "doi": "10.1186/s13059-021-02423-x", + "licence": [ + "GPL v3" + ], + "identifier": "biotools:gridss" + } + } + ], + "input": [ + [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. [ id:'test']\n" + } + }, + { + "vcf": { + "type": "file", + "description": "GRIDSS generated vcf file", + "pattern": "*.vcf" + } + }, + { + "bedpe": { + "type": "file", + "description": "GRIDSS generated bedpe file", + "pattern": "*.bedpe" + } + }, + { + "bed": { + "type": "file", + "description": "GRIDSS generated bed file", + "pattern": "*.bed" + } + } + ], + [ + { + "meta2": { + "type": "map", + "description": "Groovy Map containing reference information\ne.g. [ id:'test']\n" + } + }, + { + "fasta": { + "type": "file", + "description": "The reference fasta", + "pattern": "*.{fa,fna,fasta}" + } + } + ], + [ + { + "meta3": { + "type": "map", + "description": "Groovy Map containing reference fai information\ne.g. [ id:'test']\n" + } + }, + { + "fai": { + "type": "file", + "description": "The index of the reference fasta", + "pattern": "*.fai" + } + } + ], + [ + { + "meta4": { + "type": "map", + "description": "Groovy Map containing bwa generated index information\ne.g. [ id:'test']\n" + } + }, + { + "bwa_index": { + "type": "directory", + "description": "OPTIONAL - The BWA index created from the reference fasta, will be generated by Gridss in the setupreference step" + } + } + ] + ], + "output": [ + { + "bedpe": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. [ id:'test' ]\n" + } + }, + { + "*.bedpe": { + "type": "file", + "description": "GRIDSS generated breakpoint pon bedpe file", + "pattern": "*.bedpe" + } + } + ] + }, + { + "bed": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. [ id:'test' ]\n" + } + }, + { + "*.bed": { + "type": "file", + "description": "GRIDSS generated breakpoint pon bed file", + "pattern": "*.bed" + } + } + ] + }, + { + "versions": [ + { + "versions.yml": { + "type": "file", + "description": "File containing software versions", + "pattern": "versions.yml" + } + } + ] + } + ], + "authors": [ + "@kubranarci" + ], + "maintainers": [ + "@famosab" + ] + } + }, { "name": "gridss_gridss", "path": "modules/nf-core/gridss/gridss/meta.yml", @@ -84360,6 +84522,119 @@ ] } }, + { + "name": "gridss_somaticfilter", + "path": "modules/nf-core/gridss/somaticfilter/meta.yml", + "type": "module", + "meta": { + "name": "gridss_somaticfilter", + "description": "GRIDSS is a module software suite containing tools useful for the detection of genomic rearrangements.", + "keywords": [ + "gridss", + "structural variants", + "somatic variants", + "vcf" + ], + "tools": [ + { + "gridss": { + "description": "GRIDSS: the Genomic Rearrangement IDentification Software Suite", + "documentation": "https://github.com/PapenfussLab/gridss/wiki/GRIDSS-Documentation", + "tool_dev_url": "https://github.com/PapenfussLab/gridss", + "doi": "10.1186/s13059-021-02423-x", + "licence": [ + "GPL v3" + ], + "identifier": "biotools:gridss" + } + } + ], + "input": [ + [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. [ id:'test']\n" + } + }, + { + "vcf": { + "type": "file", + "description": "Input VCF file, must be generated with GRIDSS", + "pattern": "*.{vcf,vcf.gz}" + } + } + ], + [ + { + "meta2": { + "type": "map", + "description": "Groovy Map containing information for PONDIR\ne.g. [ id:'test']\n" + } + }, + { + "pondir": { + "type": "directory", + "description": "Directory containing Panel Of Normal bed/bedpe used to filter FP somatic events. Use gridss.GeneratePonBedpe to generate the PON." + } + } + ] + ], + "output": [ + { + "high_conf_sv": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. [ id:'test']\n" + } + }, + { + "*.high_confidence_somatic.vcf.bgz": { + "type": "file", + "description": "VCF file including high confidence somatic SVs", + "pattern": "*.vcf.bgz" + } + } + ] + }, + { + "all_sv": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. [ id:'test']\n" + } + }, + { + "*.all_somatic.vcf.bgz": { + "type": "file", + "description": "VCF file including all somatic SVs", + "pattern": "*.vcf.bgz" + } + } + ] + }, + { + "versions": [ + { + "versions.yml": { + "type": "file", + "description": "File containing software versions", + "pattern": "versions.yml" + } + } + ] + } + ], + "authors": [ + "@kubranarci" + ], + "maintainers": [ + "@famosab" + ] + } + }, { "name": "gsea_gsea", "path": "modules/nf-core/gsea/gsea/meta.yml", @@ -99577,6 +99852,15 @@ "pattern": "*.{fa,faa,fasta}" } } + ], + [ + { + "keep_intermediate": { + "type": "boolean", + "description": "Keep intermediate files", + "pattern": "true|false" + } + } ] ], "output": [ @@ -99597,6 +99881,40 @@ } ] }, + { + "bwt": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'test', single_end:false ]`\n" + } + }, + { + "*.bwt": { + "type": "file", + "description": "Kaiju intermedite bwt-index file (not needed for classification)", + "pattern": "*.{bwt}" + } + } + ] + }, + { + "sa": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'test', single_end:false ]`\n" + } + }, + { + "*.sa": { + "type": "file", + "description": "Kaiju intermedite bwt-index file (not needed for classification)", + "pattern": "*.{sa}" + } + } + ] + }, { "versions": [ { @@ -99610,7 +99928,8 @@ } ], "authors": [ - "@alxndrdiaz" + "@alxndrdiaz", + "@jfy133" ] }, "pipelines": [ @@ -102258,6 +102577,15 @@ "description": "custom seqid2taxid" } } + ], + [ + { + "keep_intermediate": { + "type": "boolean", + "description": "Keep intermediate files", + "pattern": "true|false" + } + } ] ], "output": [ @@ -102270,7 +102598,7 @@ } }, { - "$prefix/": { + "${prefix}/": { "type": "directory", "description": "Directory containing KrakenUniq database", "pattern": "*/" @@ -108905,6 +109233,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" @@ -125043,7 +125387,7 @@ }, { "name": "rangeland", - "version": "dev" + "version": "1.0.0" }, { "name": "raredisease", @@ -134344,6 +134688,10 @@ "name": "viralrecon", "version": "2.6.0" }, + { + "name": "viralrecon", + "version": "2.6.0" + }, { "name": "viralrecon", "version": "2.6.0" @@ -192511,7 +192859,7 @@ }, { "name": "rangeland", - "version": "dev" + "version": "1.0.0" }, { "name": "raredisease", @@ -209576,6 +209924,10 @@ "name": "phageannotator", "version": "dev" }, + { + "name": "phageannotator", + "version": "dev" + }, { "name": "phageannotator", "version": "dev" @@ -213334,6 +213686,10 @@ "name": "riboseq", "version": "1.0.1" }, + { + "name": "riboseq", + "version": "1.0.1" + }, { "name": "riboseq", "version": "1.0.1" @@ -213808,7 +214164,7 @@ }, { "name": "rangeland", - "version": "dev" + "version": "1.0.0" }, { "name": "raredisease", @@ -214117,7 +214473,7 @@ }, { "name": "rangeland", - "version": "dev" + "version": "1.0.0" }, { "name": "raredisease", @@ -214328,6 +214684,10 @@ "name": "mag", "version": "3.3.0" }, + { + "name": "magmap", + "version": "dev" + }, { "name": "mcmicro", "version": "dev" @@ -214366,7 +214726,7 @@ }, { "name": "rangeland", - "version": "dev" + "version": "1.0.0" }, { "name": "references", @@ -214527,10 +214887,6 @@ "name": "isoseq", "version": "2.0.0" }, - { - "name": "magmap", - "version": "dev" - }, { "name": "meerpipe", "version": "dev" diff --git a/public/pipelines.json b/public/pipelines.json index 155f54c468..88c3f38b80 100644 --- a/public/pipelines.json +++ b/public/pipelines.json @@ -1535,7 +1535,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 123, + "forks_count": 124, "archived": false, "disabled": false, "open_issues_count": 42, @@ -1547,7 +1547,7 @@ "chromatin-accessibiity" ], "visibility": "public", - "forks": 123, + "forks": 124, "open_issues": 42, "watchers": 195, "default_branch": "master", @@ -1581,7 +1581,7 @@ "status": "disabled" } }, - "network_count": 123, + "network_count": 124, "subscribers_count": 150, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -5692,9 +5692,9 @@ "url": "https://api.github.com/repos/nf-core/createtaxdb", "created_at": "2023-10-24T08:41:35Z", "updated_at": "2025-01-13T19:21:37Z", - "pushed_at": "2025-01-14T09:47:16Z", + "pushed_at": "2025-01-17T10:40:30Z", "homepage": "https://nf-co.re/createtaxdb", - "size": 3232, + "size": 3255, "stargazers_count": 7, "watchers_count": 7, "language": "Nextflow", @@ -5707,7 +5707,7 @@ "forks_count": 6, "archived": false, "disabled": false, - "open_issues_count": 14, + "open_issues_count": 15, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -5721,7 +5721,7 @@ ], "visibility": "public", "forks": 6, - "open_issues": 14, + "open_issues": 15, "watchers": 7, "default_branch": "dev", "temp_clone_token": "", @@ -5829,7 +5829,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 1, + "open_pr_count": 2, "repository_url": "https://github.com/nf-core/createtaxdb", "contributors": [ { @@ -10755,7 +10755,7 @@ "forks_count": 41, "archived": false, "disabled": false, - "open_issues_count": 82, + "open_issues_count": 81, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -10773,7 +10773,7 @@ ], "visibility": "public", "forks": 41, - "open_issues": 82, + "open_issues": 81, "watchers": 68, "default_branch": "master", "temp_clone_token": "", @@ -13366,12 +13366,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/fetchngs", "created_at": "2021-06-03T09:26:41Z", - "updated_at": "2025-01-14T10:07:27Z", + "updated_at": "2025-01-17T06:49:48Z", "pushed_at": "2025-01-14T09:53:59Z", "homepage": "https://nf-co.re/fetchngs", "size": 4496, - "stargazers_count": 156, - "watchers_count": 156, + "stargazers_count": 157, + "watchers_count": 157, "language": "Nextflow", "has_issues": true, "has_projects": true, @@ -13398,7 +13398,7 @@ "visibility": "public", "forks": 75, "open_issues": 33, - "watchers": 156, + "watchers": 157, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -15010,10 +15010,10 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/genomeassembler", "created_at": "2022-03-24T14:41:45Z", - "updated_at": "2025-01-16T15:38:55Z", - "pushed_at": "2025-01-16T15:39:07Z", + "updated_at": "2025-01-17T12:05:59Z", + "pushed_at": "2025-01-17T12:05:57Z", "homepage": "https://nf-co.re/genomeassembler", - "size": 4492, + "size": 4525, "stargazers_count": 16, "watchers_count": 16, "language": "Nextflow", @@ -15136,7 +15136,7 @@ "contributors": [ { "name": "nschan", - "count": 132, + "count": 139, "avatar_url": "https://avatars.githubusercontent.com/u/26763006?v=4" }, { @@ -15161,9 +15161,9 @@ } ], "released_after_tools": false, - "head_sha": "548eb1cf5645fccf43a0b9645f8c4a367e2800b8", + "head_sha": "95a757717673a170e826eb149d5fca56f1cfe781", "last_release_is_head": false, - "last_release_vs_default_compare_url": "https://github.com/nf-core/genomeassembler/compare/548eb1cf5645fccf43a0b9645f8c4a367e2800b8...undefined", + "last_release_vs_default_compare_url": "https://github.com/nf-core/genomeassembler/compare/95a757717673a170e826eb149d5fca56f1cfe781...undefined", "commits_to_dev": 30, "is_DSL2": true, "has_nf_test": false, @@ -15181,8 +15181,8 @@ "releases": [ { "tag_name": "dev", - "published_at": "2025-01-16T15:38:40Z", - "tag_sha": "548eb1cf5645fccf43a0b9645f8c4a367e2800b8", + "published_at": "2025-01-17T12:05:56Z", + "tag_sha": "95a757717673a170e826eb149d5fca56f1cfe781", "has_schema": true, "doc_files": [ "docs/output.md", @@ -16106,12 +16106,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/hic", "created_at": "2019-04-09T14:29:19Z", - "updated_at": "2025-01-14T19:49:01Z", + "updated_at": "2025-01-17T10:59:51Z", "pushed_at": "2024-12-20T13:08:38Z", "homepage": "https://nf-co.re/hic", "size": 3776, - "stargazers_count": 94, - "watchers_count": 94, + "stargazers_count": 95, + "watchers_count": 95, "language": "Nextflow", "has_issues": true, "has_projects": true, @@ -16133,7 +16133,7 @@ "visibility": "public", "forks": 56, "open_issues": 33, - "watchers": 94, + "watchers": 95, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -18911,7 +18911,7 @@ "forks_count": 115, "archived": false, "disabled": false, - "open_issues_count": 74, + "open_issues_count": 75, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -18927,7 +18927,7 @@ ], "visibility": "public", "forks": 115, - "open_issues": 74, + "open_issues": 75, "watchers": 225, "default_branch": "master", "temp_clone_token": "", @@ -19125,7 +19125,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 10, + "open_pr_count": 11, "repository_url": "https://github.com/nf-core/mag", "contributors": [ { @@ -20607,9 +20607,9 @@ "url": "https://api.github.com/repos/nf-core/magmap", "created_at": "2022-09-07T08:56:06Z", "updated_at": "2024-10-01T15:16:02Z", - "pushed_at": "2024-12-20T13:11:20Z", + "pushed_at": "2025-01-17T11:21:20Z", "homepage": null, - "size": 3244, + "size": 3310, "stargazers_count": 3, "watchers_count": 3, "language": "Nextflow", @@ -20622,14 +20622,14 @@ "forks_count": 4, "archived": false, "disabled": false, - "open_issues_count": 15, + "open_issues_count": 13, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "topics": [], "visibility": "public", "forks": 4, - "open_issues": 15, + "open_issues": 13, "watchers": 3, "default_branch": "master", "temp_clone_token": "", @@ -20703,7 +20703,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": false, - "open_pr_count": 4, + "open_pr_count": 2, "repository_url": "https://github.com/nf-core/magmap", "contributors": [], "released_after_tools": false, @@ -20719,7 +20719,7 @@ "defaultBranch": null }, "dev_nextflow_config_plugins": [ - "nf-validation@1.1.3" + "nf-schema@2.1.1" ], "dev_nextflow_config_manifest": { "defaultBranch": null @@ -20727,8 +20727,8 @@ "releases": [ { "tag_name": "dev", - "published_at": "2024-11-06T12:55:45Z", - "tag_sha": "fcadb792b797ef80c7ef1df7458654a608927fb7", + "published_at": "2025-01-17T11:19:57Z", + "tag_sha": "1a82e21d6046228737d87082b592d904d907616d", "has_schema": true, "doc_files": [ "docs/output.md", @@ -20762,7 +20762,7 @@ "bam_stats_samtools", "utils_nextflow_pipeline", "utils_nfcore_pipeline", - "utils_nfvalidation_plugin" + "utils_nfschema_plugin" ] } } @@ -23343,9 +23343,9 @@ "url": "https://api.github.com/repos/nf-core/mhcquant", "created_at": "2018-10-24T14:28:19Z", "updated_at": "2024-10-22T12:55:55Z", - "pushed_at": "2025-01-14T15:37:52Z", + "pushed_at": "2025-01-17T11:36:21Z", "homepage": "https://nf-co.re/mhcquant", - "size": 26557, + "size": 26599, "stargazers_count": 33, "watchers_count": 33, "language": "Nextflow", @@ -23358,7 +23358,7 @@ "forks_count": 27, "archived": false, "disabled": false, - "open_issues_count": 12, + "open_issues_count": 11, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -23372,7 +23372,7 @@ ], "visibility": "public", "forks": 27, - "open_issues": 12, + "open_issues": 11, "watchers": 33, "default_branch": "master", "temp_clone_token": "", @@ -23855,8 +23855,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-14T15:37:52Z", - "tag_sha": "61433a00a3e8fdfe5b85af30257215c58f1baf0e", + "published_at": "2025-01-17T11:36:21Z", + "tag_sha": "05ade3715ed581d6ab160ba9656094afe2314fc9", "has_schema": true, "doc_files": [ "docs/output.md", @@ -26252,9 +26252,9 @@ "url": "https://api.github.com/repos/nf-core/oncoanalyser", "created_at": "2022-12-22T05:01:49Z", "updated_at": "2025-01-09T09:16:53Z", - "pushed_at": "2025-01-09T02:39:11Z", + "pushed_at": "2025-01-17T03:59:11Z", "homepage": "https://nf-co.re/oncoanalyser", - "size": 5306, + "size": 5308, "stargazers_count": 57, "watchers_count": 57, "language": "Nextflow", @@ -30707,10 +30707,10 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/rangeland", "created_at": "2023-10-20T13:58:07Z", - "updated_at": "2024-12-04T19:38:11Z", - "pushed_at": "2025-01-03T12:32:20Z", + "updated_at": "2025-01-17T11:14:40Z", + "pushed_at": "2025-01-17T13:41:23Z", "homepage": "https://nf-co.re/rangeland", - "size": 3601, + "size": 3945, "stargazers_count": 5, "watchers_count": 5, "language": "Nextflow", @@ -30723,7 +30723,7 @@ "forks_count": 4, "archived": false, "disabled": false, - "open_issues_count": 2, + "open_issues_count": 0, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -30737,7 +30737,7 @@ ], "visibility": "public", "forks": 4, - "open_issues": 2, + "open_issues": 0, "watchers": 5, "default_branch": "master", "temp_clone_token": "", @@ -30825,28 +30825,31 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 2, + "open_pr_count": 0, "repository_url": "https://github.com/nf-core/rangeland", "contributors": [ { "name": "Felix-Kummer", - "count": 6, + "count": 83, "avatar_url": "https://avatars.githubusercontent.com/u/77002738?v=4" } ], - "released_after_tools": false, - "head_sha": "d0e747c0336d3c330b0e762a527cfe869a3c9da2", - "last_release_is_head": false, - "last_release_vs_default_compare_url": "https://github.com/nf-core/rangeland/compare/d0e747c0336d3c330b0e762a527cfe869a3c9da2...undefined", + "released_after_tools": true, + "head_sha": "7c5cb9593b80d2a3cdc8bcb14137722351644435", + "last_release_is_head": true, + "last_release_vs_default_compare_url": "https://github.com/nf-core/rangeland/compare/7c5cb9593b80d2a3cdc8bcb14137722351644435...7c5cb9593b80d2a3cdc8bcb14137722351644435", "commits_to_dev": 30, "is_DSL2": true, - "has_nf_test": false, + "has_nf_test": true, "has_nf_test_dev": true, "master_nextflow_config_plugins": [ - "nf-validation" + "nf-schema@2.1.1" ], "master_nextflow_config_manifest": { - "defaultBranch": null + "defaultBranch": [ + "defaultBranch = 'master'", + "master" + ] }, "dev_nextflow_config_plugins": [ "nf-schema@2.1.1" @@ -30858,10 +30861,31 @@ ] }, "releases": [ + { + "tag_name": "1.0.0", + "published_at": "2025-01-17T13:41:23Z", + "tag_sha": "7c5cb9593b80d2a3cdc8bcb14137722351644435", + "has_schema": true, + "doc_files": [ + "docs/output.md", + "docs/usage.md" + ], + "components": { + "modules": [ + "multiqc", + "untar" + ], + "subworkflows": [ + "utils_nextflow_pipeline", + "utils_nfcore_pipeline", + "utils_nfschema_plugin" + ] + } + }, { "tag_name": "dev", - "published_at": "2025-01-03T12:32:20Z", - "tag_sha": "bfabfeef971675c9fce6a6112490164a5845c603", + "published_at": "2025-01-17T11:00:38Z", + "tag_sha": "f80226709bb032400497b0487c5561e891585bc7", "has_schema": true, "doc_files": [ "docs/output.md", @@ -30892,9 +30916,9 @@ "url": "https://api.github.com/repos/nf-core/raredisease", "created_at": "2021-06-21T09:40:29Z", "updated_at": "2025-01-11T10:36:52Z", - "pushed_at": "2025-01-16T08:17:06Z", + "pushed_at": "2025-01-17T13:15:51Z", "homepage": "https://nf-co.re/raredisease", - "size": 13765, + "size": 13781, "stargazers_count": 93, "watchers_count": 93, "language": "Nextflow", @@ -31944,8 +31968,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-16T08:17:00Z", - "tag_sha": "dd764c02bbb5e6378d1ae87c8bf78aa6c993bf14", + "published_at": "2025-01-17T13:08:31Z", + "tag_sha": "7b811421e944ae92e5b7b5a2c9a21493e366ae63", "has_schema": true, "doc_files": [ "docs/output.md", @@ -34214,12 +34238,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/rnaseq", "created_at": "2018-03-29T13:10:58Z", - "updated_at": "2025-01-16T12:43:44Z", + "updated_at": "2025-01-17T07:24:07Z", "pushed_at": "2025-01-13T11:08:36Z", "homepage": "https://nf-co.re/rnaseq", "size": 74980, - "stargazers_count": 960, - "watchers_count": 960, + "stargazers_count": 961, + "watchers_count": 961, "language": "Nextflow", "has_issues": true, "has_projects": false, @@ -34227,7 +34251,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 716, + "forks_count": 717, "archived": false, "disabled": false, "open_issues_count": 74, @@ -34239,9 +34263,9 @@ "rna-seq" ], "visibility": "public", - "forks": 716, + "forks": 717, "open_issues": 74, - "watchers": 960, + "watchers": 961, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -34275,8 +34299,8 @@ "status": "disabled" } }, - "network_count": 716, - "subscribers_count": 158, + "network_count": 717, + "subscribers_count": 159, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, "team_core_permission_push": true, @@ -37669,7 +37693,7 @@ "updated_at": "2025-01-12T23:27:30Z", "pushed_at": "2025-01-17T02:22:15Z", "homepage": "https://nf-co.re/sarek", - "size": 100338, + "size": 100371, "stargazers_count": 415, "watchers_count": 415, "language": "Nextflow", @@ -37679,7 +37703,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 422, + "forks_count": 421, "archived": false, "disabled": false, "open_issues_count": 303, @@ -37700,7 +37724,7 @@ "whole-genome-sequencing" ], "visibility": "public", - "forks": 422, + "forks": 421, "open_issues": 303, "watchers": 415, "default_branch": "master", @@ -37736,7 +37760,7 @@ "status": "disabled" } }, - "network_count": 422, + "network_count": 421, "subscribers_count": 135, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -41306,9 +41330,9 @@ "url": "https://api.github.com/repos/nf-core/scrnaseq", "created_at": "2019-04-08T13:12:00Z", "updated_at": "2025-01-15T16:07:13Z", - "pushed_at": "2025-01-16T15:39:11Z", + "pushed_at": "2025-01-17T14:07:35Z", "homepage": "https://nf-co.re/scrnaseq", - "size": 45197, + "size": 45199, "stargazers_count": 224, "watchers_count": 224, "language": "Nextflow", @@ -41321,7 +41345,7 @@ "forks_count": 176, "archived": false, "disabled": false, - "open_issues_count": 55, + "open_issues_count": 57, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -41338,7 +41362,7 @@ ], "visibility": "public", "forks": 176, - "open_issues": 55, + "open_issues": 57, "watchers": 224, "default_branch": "master", "temp_clone_token": "", @@ -41436,7 +41460,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 2, + "open_pr_count": 4, "repository_url": "https://github.com/nf-core/scrnaseq", "contributors": [ { @@ -42121,9 +42145,9 @@ "url": "https://api.github.com/repos/nf-core/seqinspector", "created_at": "2024-03-14T10:40:33Z", "updated_at": "2024-12-16T08:13:04Z", - "pushed_at": "2025-01-15T14:39:59Z", + "pushed_at": "2025-01-17T13:17:08Z", "homepage": "https://nf-co.re/seqinspector", - "size": 587, + "size": 636, "stargazers_count": 7, "watchers_count": 7, "language": "Nextflow", @@ -42136,7 +42160,7 @@ "forks_count": 22, "archived": false, "disabled": false, - "open_issues_count": 35, + "open_issues_count": 33, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -42146,7 +42170,7 @@ ], "visibility": "public", "forks": 22, - "open_issues": 35, + "open_issues": 33, "watchers": 7, "default_branch": "master", "temp_clone_token": "", @@ -42249,7 +42273,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 9, + "open_pr_count": 7, "repository_url": "https://github.com/nf-core/seqinspector", "contributors": [ { @@ -42294,8 +42318,8 @@ "releases": [ { "tag_name": "dev", - "published_at": "2024-12-19T11:20:24Z", - "tag_sha": "1f7dc68f4f135284241a183b5368b4aed6a3ab8f", + "published_at": "2025-01-17T13:17:08Z", + "tag_sha": "ec9570d0e975916e5e911e6635db9e5095642321", "has_schema": true, "doc_files": [ "docs/output.md", @@ -47012,10 +47036,10 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/variantbenchmarking", "created_at": "2023-12-07T10:56:32Z", - "updated_at": "2025-01-14T10:06:03Z", - "pushed_at": "2025-01-15T14:52:59Z", + "updated_at": "2025-01-17T12:32:31Z", + "pushed_at": "2025-01-17T12:32:33Z", "homepage": "https://nf-co.re/variantbenchmarking", - "size": 4012, + "size": 4040, "stargazers_count": 14, "watchers_count": 14, "language": "Nextflow", @@ -47025,10 +47049,10 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 8, + "forks_count": 9, "archived": false, "disabled": false, - "open_issues_count": 18, + "open_issues_count": 20, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -47039,8 +47063,8 @@ "variant-calling" ], "visibility": "public", - "forks": 8, - "open_issues": 18, + "forks": 9, + "open_issues": 20, "watchers": 14, "default_branch": "dev", "temp_clone_token": "", @@ -47073,7 +47097,7 @@ "status": "disabled" } }, - "network_count": 8, + "network_count": 9, "subscribers_count": 160, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -47143,7 +47167,7 @@ "contributors": [ { "name": "kubranarci", - "count": 250, + "count": 256, "avatar_url": "https://avatars.githubusercontent.com/u/25736789?v=4" }, { @@ -47155,12 +47179,17 @@ "name": "maxulysse", "count": 14, "avatar_url": "https://avatars.githubusercontent.com/u/1019628?v=4" + }, + { + "name": "EladH1", + "count": 1, + "avatar_url": "https://avatars.githubusercontent.com/u/44374443?v=4" } ], "released_after_tools": false, - "head_sha": "1f63c77d7bdb902edcff2cceb4a3ff9d07c98645", + "head_sha": "f2c6b0314dcf2827a332c317b687b94ff94677ee", "last_release_is_head": false, - "last_release_vs_default_compare_url": "https://github.com/nf-core/variantbenchmarking/compare/1f63c77d7bdb902edcff2cceb4a3ff9d07c98645...undefined", + "last_release_vs_default_compare_url": "https://github.com/nf-core/variantbenchmarking/compare/f2c6b0314dcf2827a332c317b687b94ff94677ee...undefined", "commits_to_dev": 30, "is_DSL2": true, "has_nf_test": true, @@ -47181,8 +47210,8 @@ "releases": [ { "tag_name": "dev", - "published_at": "2025-01-14T10:05:59Z", - "tag_sha": "1f63c77d7bdb902edcff2cceb4a3ff9d07c98645", + "published_at": "2025-01-17T12:32:28Z", + "tag_sha": "f2c6b0314dcf2827a332c317b687b94ff94677ee", "has_schema": true, "doc_files": [ "docs/output.md",