diff --git a/.cache.tar.xz b/.cache.tar.xz index 0ee97fc532..80b8b2dc8d 100644 Binary files a/.cache.tar.xz and b/.cache.tar.xz differ diff --git a/public/components.json b/public/components.json index b12dd9ec26..7d0b35ebca 100644 --- a/public/components.json +++ b/public/components.json @@ -636,7 +636,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -988,6 +988,89 @@ } ] }, + { + "name": "agat_convertbed2gff", + "path": "modules/nf-core/agat/convertbed2gff/meta.yml", + "type": "module", + "meta": { + "name": "agat_convertbed2gff", + "description": "Takes a bed12 file and converts to a GFF3 file\n", + "keywords": [ + "genome", + "bed", + "gff", + "conversion" + ], + "tools": [ + { + "agat": { + "description": "AGAT is a toolkit for manipulation and getting information from GFF/GTF files", + "homepage": "https://github.com/NBISweden/AGAT", + "documentation": "https://agat.readthedocs.io/", + "tool_dev_url": "https://github.com/NBISweden/AGAT", + "doi": "10.5281/zenodo.3552717", + "licence": [ + "GPL v3" + ], + "identifier": "biotools:AGAT" + } + } + ], + "input": [ + [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n" + } + }, + { + "bed": { + "type": "file", + "description": "Input bed12 file", + "pattern": "*.bed" + } + } + ] + ], + "output": [ + { + "gff": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information" + } + }, + { + "*.gff": { + "type": "file", + "description": "Output GFF3 file", + "pattern": "*.{gff}" + } + } + ] + }, + { + "versions": [ + { + "versions.yml": { + "type": "file", + "description": "File containing software versions", + "pattern": "versions.yml" + } + } + ] + } + ], + "authors": [ + "@GallVp" + ], + "maintainers": [ + "@GallVp" + ] + } + }, { "name": "agat_convertspgff2gtf", "path": "modules/nf-core/agat/convertspgff2gtf/meta.yml", @@ -8613,6 +8696,14 @@ "name": "rnafusion", "version": "3.0.2" }, + { + "name": "rnafusion", + "version": "3.0.2" + }, + { + "name": "rnafusion", + "version": "3.0.2" + }, { "name": "rnafusion", "version": "3.0.2" @@ -13168,7 +13259,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -24496,7 +24587,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "viralrecon", @@ -24646,7 +24737,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "viralrecon", @@ -25029,7 +25120,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -25223,7 +25314,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -27888,6 +27979,14 @@ "name": "genomeassembler", "version": "dev" }, + { + "name": "genomeassembler", + "version": "dev" + }, + { + "name": "genomeassembler", + "version": "dev" + }, { "name": "genomeassembler", "version": "dev" @@ -30769,7 +30868,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "viralrecon", @@ -30777,6 +30876,93 @@ } ] }, + { + "name": "catpack_download", + "path": "modules/nf-core/catpack/download/meta.yml", + "type": "module", + "meta": { + "name": "catpack_download", + "description": "Downloads the required files for either Nr or GTDB for building into a CAT database", + "keywords": [ + "taxonomic classification", + "classification", + "database", + "download" + ], + "tools": [ + { + "catpack": { + "description": "CAT/BAT: tool for taxonomic classification of contigs and metagenome-assembled genomes (MAGs)", + "homepage": "https://github.com/MGXlab/CAT_pack", + "documentation": "https://github.com/MGXlab/CAT_pack", + "tool_dev_url": "https://github.com/MGXlab/CAT_pack", + "doi": "10.1186/s13059-019-1817-x", + "licence": [ + "MIT" + ] + } + } + ], + "input": [ + [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n" + } + }, + { + "db": { + "type": "string", + "description": "Which database to download", + "pattern": "nr|gtdb" + } + } + ] + ], + "output": [ + { + "rawdb": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n" + } + }, + { + "${prefix}/": { + "type": "directory", + "description": "Directory containing all the required NCBI Nr or GTDB database files required for building into a CAT database", + "pattern": "${db}/", + "ontologies": [ + { + "edam": "http://edamontology.org/data_1049" + } + ] + } + } + ] + }, + { + "versions": [ + { + "versions.yml": { + "type": "file", + "description": "File containing software versions", + "pattern": "versions.yml" + } + } + ] + } + ], + "authors": [ + "@jfy133" + ], + "maintainers": [ + "@jfy133" + ] + } + }, { "name": "cdhit_cdhit", "path": "modules/nf-core/cdhit/cdhit/meta.yml", @@ -33923,7 +34109,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -34027,7 +34213,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -49615,7 +49801,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -54734,7 +54920,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -56566,7 +56752,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "viralrecon", @@ -56907,7 +57093,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tbanalyzer", @@ -59235,7 +59421,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -61940,7 +62126,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -62041,7 +62227,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -62134,7 +62320,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -86677,7 +86863,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tfactivity", @@ -94334,6 +94520,125 @@ } ] }, + { + "name": "immunedeconv", + "path": "modules/nf-core/immunedeconv/meta.yml", + "type": "module", + "meta": { + "name": "immunedeconv", + "description": "Perform immune cell deconvolution using RNA-seq data and various computational methods.", + "keywords": [ + "Immune Deconvolution", + "RNA-seq", + "Bioinformatics Tools", + "Computational Immunology" + ], + "tools": [ + { + "immunedeconv": { + "description": "The immunedeconv R package provides functions for immune cell deconvolution\nfrom RNA-seq data. It supports multiple deconvolution methods and generates\nresults as well as visualizations.\n", + "homepage": "https://github.com/icbi-lab/immunedeconv", + "documentation": "https://icbi-lab.github.io/immunedeconv/", + "licence": [ + "GPL-2" + ] + } + } + ], + "input": [ + [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n" + } + }, + { + "input_file": { + "type": "file", + "description": "Input matrix with genes in rows and samples in columns.", + "pattern": "*.tsv" + } + }, + { + "method": { + "type": "string", + "description": "The deconvolution method to use (e.g., 'CIBERSORT', 'EPIC', 'xCell')." + } + }, + { + "function": { + "type": "string", + "description": "The specific function from immunedeconv to execute for analysis." + } + } + ], + [ + { + "gene_symbol_col": { + "type": "string", + "description": "Column name for gene symbols in the matrix input file." + } + } + ] + ], + "output": [ + { + "deconv_table": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n" + } + }, + { + "*.deconvolution_results.tsv": { + "type": "file", + "description": "Results table containing deconvolution data.", + "pattern": "*.deconvolution_results.tsv" + } + } + ] + }, + { + "deconv_plots": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n" + } + }, + { + "*.png": { + "type": "file", + "description": "Visualization plots generated during deconvolution.", + "pattern": "*.png" + } + } + ] + }, + { + "versions": [ + { + "versions.yml": { + "type": "file", + "description": "File containing software versions", + "pattern": "versions.yml" + } + } + ] + } + ], + "authors": [ + "@grst", + "@nschcolnicov" + ], + "maintainers": [ + "@grst", + "@nschcolnicov" + ] + } + }, { "name": "instrain_compare", "path": "modules/nf-core/instrain/compare/meta.yml", @@ -98936,7 +99241,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -99033,7 +99338,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -99140,7 +99445,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -100907,7 +101212,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -101007,7 +101312,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -101604,7 +101909,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "viralrecon", @@ -101696,7 +102001,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -101906,7 +102211,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -102276,7 +102581,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -102442,7 +102747,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -102534,7 +102839,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -108540,6 +108845,38 @@ "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" + }, + { + "name": "ampliseq", + "version": "2.12.0" + }, + { + "name": "multiplesequencealign", + "version": "1.0.0" + }, + { + "name": "pathogensurveillance", + "version": "dev" + }, { "name": "phyloplace", "version": "1.0.0" @@ -109599,7 +109936,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -113069,7 +113406,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -114908,6 +115245,14 @@ "name": "genomeassembler", "version": "dev" }, + { + "name": "genomeassembler", + "version": "dev" + }, + { + "name": "genomeassembler", + "version": "dev" + }, { "name": "genomeassembler", "version": "dev" @@ -117883,7 +118228,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -118017,7 +118362,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -119204,7 +119549,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -119303,7 +119648,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -121829,7 +122174,7 @@ } }, { - "${prefix}": { + "${prefix}/": { "type": "directory", "description": "an MMseqs2 database with search results" } @@ -122918,7 +123263,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -123156,7 +123501,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -124787,7 +125132,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tbanalyzer", @@ -127334,7 +127679,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -129463,7 +129808,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -129623,7 +129968,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -129766,7 +130111,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -129858,7 +130203,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -133992,6 +134337,14 @@ "name": "viralrecon", "version": "2.6.0" }, + { + "name": "viralrecon", + "version": "2.6.0" + }, + { + "name": "viralrecon", + "version": "2.6.0" + }, { "name": "viralrecon", "version": "2.6.0" @@ -145832,7 +146185,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -145961,7 +146314,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -146801,7 +147154,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -160238,7 +160591,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -161173,7 +161526,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tbanalyzer", @@ -162457,7 +162810,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tbanalyzer", @@ -162769,7 +163122,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "viralrecon", @@ -184561,6 +184914,102 @@ ] } }, + { + "name": "taxonkit_lineage", + "path": "modules/nf-core/taxonkit/lineage/meta.yml", + "type": "module", + "meta": { + "name": "taxonkit_lineage", + "description": "Convert taxonids to taxon lineages", + "keywords": [ + "taxonomy", + "taxids", + "taxon name", + "conversion" + ], + "tools": [ + { + "taxonkit": { + "description": "A Cross-platform and Efficient NCBI Taxonomy Toolkit", + "homepage": "https://bioinf.shenwei.me/taxonkit/", + "documentation": "https://bioinf.shenwei.me/taxonkit/usage/#name2taxid", + "tool_dev_url": "https://github.com/shenwei356/taxonkit", + "doi": "10.1016/j.jgg.2021.03.006", + "licence": [ + "MIT" + ], + "identifier": "biotools:taxonkit" + } + } + ], + "input": [ + [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n" + } + }, + { + "taxid": { + "type": "string", + "description": "Taxon id to look up (provide either this or taxidfile, not both)" + } + }, + { + "taxidfile": { + "type": "file", + "description": "File with taxon ids to look up, each on their own line (provide either this or name, not both; the file can contain other information, see the tool's docs)" + } + } + ], + [ + { + "taxdb": { + "type": "file", + "description": "Taxonomy database unpacked from ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz" + } + } + ] + ], + "output": [ + { + "tsv": [ + { + "meta": { + "type": "map", + "description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n" + } + }, + { + "*.tsv": { + "type": "file", + "description": "TSV file with added taxon lineages", + "pattern": "*.tsv" + } + } + ] + }, + { + "versions": [ + { + "versions.yml": { + "type": "file", + "description": "File containing software versions", + "pattern": "versions.yml" + } + } + ] + } + ], + "authors": [ + "@erikrikarddaniel" + ], + "maintainers": [ + "@erikrikarddaniel" + ] + } + }, { "name": "taxonkit_name2taxid", "path": "modules/nf-core/taxonkit/name2taxid/meta.yml", @@ -184782,7 +185231,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -184900,7 +185349,7 @@ "pipelines": [ { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" } ] }, @@ -192077,7 +192526,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tumourevo", @@ -209074,6 +209523,14 @@ "name": "phageannotator", "version": "dev" }, + { + "name": "phageannotator", + "version": "dev" + }, + { + "name": "phageannotator", + "version": "dev" + }, { "name": "phageannotator", "version": "dev" @@ -212816,6 +213273,14 @@ "name": "riboseq", "version": "1.0.1" }, + { + "name": "riboseq", + "version": "1.0.1" + }, + { + "name": "riboseq", + "version": "1.0.1" + }, { "name": "riboseq", "version": "1.0.1" @@ -213354,7 +213819,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tbanalyzer", @@ -213659,7 +214124,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tbanalyzer", @@ -213876,7 +214341,7 @@ }, { "name": "taxprofiler", - "version": "1.2.1" + "version": "1.2.2" }, { "name": "tbanalyzer", diff --git a/public/pipelines.json b/public/pipelines.json index 47ece3ec87..00984ebfe4 100644 --- a/public/pipelines.json +++ b/public/pipelines.json @@ -10,12 +10,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/airrflow", "created_at": "2018-12-04T11:39:05Z", - "updated_at": "2024-12-11T05:42:29Z", + "updated_at": "2025-01-15T21:30:17Z", "pushed_at": "2025-01-10T19:38:57Z", "homepage": "https://nf-co.re/airrflow", "size": 12620, - "stargazers_count": 55, - "watchers_count": 55, + "stargazers_count": 56, + "watchers_count": 56, "language": "Nextflow", "has_issues": true, "has_projects": false, @@ -26,7 +26,7 @@ "forks_count": 38, "archived": false, "disabled": false, - "open_issues_count": 24, + "open_issues_count": 25, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -39,8 +39,8 @@ ], "visibility": "public", "forks": 38, - "open_issues": 24, - "watchers": 55, + "open_issues": 25, + "watchers": 56, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -147,7 +147,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 4, + "open_pr_count": 5, "repository_url": "https://github.com/nf-core/airrflow", "contributors": [ { @@ -1538,7 +1538,7 @@ "forks_count": 123, "archived": false, "disabled": false, - "open_issues_count": 41, + "open_issues_count": 42, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -1548,7 +1548,7 @@ ], "visibility": "public", "forks": 123, - "open_issues": 41, + "open_issues": 42, "watchers": 195, "default_branch": "master", "temp_clone_token": "", @@ -2099,12 +2099,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/bacass", "created_at": "2019-01-31T08:03:31Z", - "updated_at": "2025-01-14T12:25:50Z", + "updated_at": "2025-01-15T07:14:58Z", "pushed_at": "2024-12-20T13:06:49Z", "homepage": "https://nf-co.re/bacass", "size": 5161, - "stargazers_count": 64, - "watchers_count": 64, + "stargazers_count": 65, + "watchers_count": 65, "language": "Nextflow", "has_issues": true, "has_projects": false, @@ -2115,7 +2115,7 @@ "forks_count": 43, "archived": false, "disabled": false, - "open_issues_count": 19, + "open_issues_count": 20, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -2131,8 +2131,8 @@ ], "visibility": "public", "forks": 43, - "open_issues": 19, - "watchers": 64, + "open_issues": 20, + "watchers": 65, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -10740,9 +10740,9 @@ "url": "https://api.github.com/repos/nf-core/differentialabundance", "created_at": "2022-10-12T08:49:25Z", "updated_at": "2025-01-10T15:59:00Z", - "pushed_at": "2025-01-14T17:19:27Z", + "pushed_at": "2025-01-15T22:16:13Z", "homepage": "https://nf-co.re/differentialabundance", - "size": 9335, + "size": 9355, "stargazers_count": 68, "watchers_count": 68, "language": "Nextflow", @@ -10755,7 +10755,7 @@ "forks_count": 41, "archived": false, "disabled": false, - "open_issues_count": 84, + "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": 84, + "open_issues": 81, "watchers": 68, "default_branch": "master", "temp_clone_token": "", @@ -10871,7 +10871,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 10, + "open_pr_count": 7, "repository_url": "https://github.com/nf-core/differentialabundance", "contributors": [ { @@ -11486,10 +11486,10 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 32, + "forks_count": 33, "archived": false, "disabled": false, - "open_issues_count": 23, + "open_issues_count": 24, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -11501,8 +11501,8 @@ "rna-seq" ], "visibility": "public", - "forks": 32, - "open_issues": 23, + "forks": 33, + "open_issues": 24, "watchers": 19, "default_branch": "master", "temp_clone_token": "", @@ -11535,7 +11535,7 @@ "status": "disabled" } }, - "network_count": 32, + "network_count": 33, "subscribers_count": 118, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -11620,7 +11620,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 8, + "open_pr_count": 9, "repository_url": "https://github.com/nf-core/dualrnaseq", "contributors": [ { @@ -11722,7 +11722,7 @@ "forks_count": 82, "archived": false, "disabled": false, - "open_issues_count": 48, + "open_issues_count": 49, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -11737,7 +11737,7 @@ ], "visibility": "public", "forks": 82, - "open_issues": 48, + "open_issues": 49, "watchers": 155, "default_branch": "master", "temp_clone_token": "", @@ -11845,7 +11845,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 5, + "open_pr_count": 6, "repository_url": "https://github.com/nf-core/eager", "contributors": [ { @@ -12891,10 +12891,10 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/fastqrepair", "created_at": "2024-09-06T16:54:32Z", - "updated_at": "2025-01-14T20:39:53Z", - "pushed_at": "2025-01-14T20:39:50Z", + "updated_at": "2025-01-15T20:33:23Z", + "pushed_at": "2025-01-15T20:33:21Z", "homepage": "https://nf-co.re/fastqrepair", - "size": 2551, + "size": 2562, "stargazers_count": 1, "watchers_count": 1, "language": "Nextflow", @@ -13010,7 +13010,7 @@ "contributors": [ { "name": "mazzalab", - "count": 66, + "count": 68, "avatar_url": "https://avatars.githubusercontent.com/u/10012441?v=4" }, { @@ -13025,9 +13025,9 @@ } ], "released_after_tools": false, - "head_sha": "4d75bcd35e4b865beb5434d5ebda1702a4c26d18", + "head_sha": "6370f33b41b352b9409d1a2fbe2ec27d5d059442", "last_release_is_head": false, - "last_release_vs_default_compare_url": "https://github.com/nf-core/fastqrepair/compare/4d75bcd35e4b865beb5434d5ebda1702a4c26d18...undefined", + "last_release_vs_default_compare_url": "https://github.com/nf-core/fastqrepair/compare/6370f33b41b352b9409d1a2fbe2ec27d5d059442...undefined", "commits_to_dev": 30, "is_DSL2": true, "has_nf_test": true, @@ -13050,8 +13050,8 @@ "releases": [ { "tag_name": "dev", - "published_at": "2025-01-14T20:39:40Z", - "tag_sha": "4d75bcd35e4b865beb5434d5ebda1702a4c26d18", + "published_at": "2025-01-15T20:32:49Z", + "tag_sha": "6370f33b41b352b9409d1a2fbe2ec27d5d059442", "has_schema": true, "doc_files": [ "docs/output.md", @@ -13895,9 +13895,9 @@ "url": "https://api.github.com/repos/nf-core/funcscan", "created_at": "2021-12-13T10:35:54Z", "updated_at": "2025-01-06T19:48:18Z", - "pushed_at": "2025-01-10T13:37:08Z", + "pushed_at": "2025-01-15T18:33:34Z", "homepage": "https://nf-co.re/funcscan", - "size": 19350, + "size": 19163, "stargazers_count": 77, "watchers_count": 77, "language": "Nextflow", @@ -13910,7 +13910,7 @@ "forks_count": 22, "archived": false, "disabled": false, - "open_issues_count": 21, + "open_issues_count": 18, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -13933,7 +13933,7 @@ ], "visibility": "public", "forks": 22, - "open_issues": 21, + "open_issues": 18, "watchers": 77, "default_branch": "master", "temp_clone_token": "", @@ -14151,7 +14151,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 4, + "open_pr_count": 3, "repository_url": "https://github.com/nf-core/funcscan", "contributors": [ { @@ -14735,8 +14735,8 @@ }, { "tag_name": "dev", - "published_at": "2024-12-19T16:53:22Z", - "tag_sha": "2fe0e479f3295ae2a60d86a5394b523d501029bd", + "published_at": "2025-01-15T13:22:58Z", + "tag_sha": "b89ec1be6cacddb1b36e1c47d08164f183fc9338", "has_schema": true, "doc_files": [ "docs/output.md", @@ -17346,9 +17346,9 @@ "url": "https://api.github.com/repos/nf-core/isoseq", "created_at": "2022-06-03T10:07:33Z", "updated_at": "2025-01-06T22:10:16Z", - "pushed_at": "2025-01-14T07:56:17Z", + "pushed_at": "2025-01-15T07:53:28Z", "homepage": "https://nf-co.re/isoseq", - "size": 6030, + "size": 6032, "stargazers_count": 31, "watchers_count": 31, "language": "Nextflow", @@ -17361,7 +17361,7 @@ "forks_count": 16, "archived": false, "disabled": false, - "open_issues_count": 5, + "open_issues_count": 7, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -17374,7 +17374,7 @@ ], "visibility": "public", "forks": 16, - "open_issues": 5, + "open_issues": 7, "watchers": 31, "default_branch": "master", "temp_clone_token": "", @@ -17730,8 +17730,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-14T07:56:17Z", - "tag_sha": "ba7f56949a45aa1e92a06200fd68db799db5bfeb", + "published_at": "2025-01-15T07:53:28Z", + "tag_sha": "0eb3a659c16332aebfafb4dcf27321f1d98feb15", "has_schema": true, "doc_files": [ "docs/output.md", @@ -18886,12 +18886,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/mag", "created_at": "2018-05-22T06:06:58Z", - "updated_at": "2025-01-13T07:08:19Z", - "pushed_at": "2025-01-14T11:56:56Z", + "updated_at": "2025-01-15T05:43:25Z", + "pushed_at": "2025-01-15T08:03:30Z", "homepage": "https://nf-co.re/mag", - "size": 26278, - "stargazers_count": 224, - "watchers_count": 224, + "size": 26282, + "stargazers_count": 225, + "watchers_count": 225, "language": "Nextflow", "has_issues": true, "has_projects": true, @@ -18899,7 +18899,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 114, + "forks_count": 115, "archived": false, "disabled": false, "open_issues_count": 73, @@ -18917,9 +18917,9 @@ "nanopore-sequencing" ], "visibility": "public", - "forks": 114, + "forks": 115, "open_issues": 73, - "watchers": 224, + "watchers": 225, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -18951,7 +18951,7 @@ "status": "disabled" } }, - "network_count": 114, + "network_count": 115, "subscribers_count": 161, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -21108,10 +21108,10 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/mcmicro", "created_at": "2023-06-21T18:40:14Z", - "updated_at": "2025-01-13T19:42:44Z", - "pushed_at": "2025-01-13T19:42:39Z", + "updated_at": "2025-01-15T16:49:30Z", + "pushed_at": "2025-01-15T16:49:27Z", "homepage": "https://nf-co.re/mcmicro", - "size": 3063, + "size": 3072, "stargazers_count": 8, "watchers_count": 8, "language": "Nextflow", @@ -21124,7 +21124,7 @@ "forks_count": 16, "archived": false, "disabled": false, - "open_issues_count": 27, + "open_issues_count": 25, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -21144,7 +21144,7 @@ ], "visibility": "public", "forks": 16, - "open_issues": 27, + "open_issues": 25, "watchers": 8, "default_branch": "dev", "temp_clone_token": "", @@ -21242,7 +21242,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 4, + "open_pr_count": 2, "repository_url": "https://github.com/nf-core/mcmicro", "contributors": [ { @@ -21252,7 +21252,7 @@ }, { "name": "jmuhlich", - "count": 75, + "count": 78, "avatar_url": "https://avatars.githubusercontent.com/u/277154?v=4" }, { @@ -21277,9 +21277,9 @@ } ], "released_after_tools": false, - "head_sha": "2d4d9e3c0993b6d2e361ef7cd9527b7ac1bd1b6a", + "head_sha": "d2f6781e489a8accef948ef95a03cee556e72da6", "last_release_is_head": false, - "last_release_vs_default_compare_url": "https://github.com/nf-core/mcmicro/compare/2d4d9e3c0993b6d2e361ef7cd9527b7ac1bd1b6a...undefined", + "last_release_vs_default_compare_url": "https://github.com/nf-core/mcmicro/compare/d2f6781e489a8accef948ef95a03cee556e72da6...undefined", "commits_to_dev": 30, "is_DSL2": true, "has_nf_test": true, @@ -21292,13 +21292,16 @@ "nf-schema@2.1.1" ], "dev_nextflow_config_manifest": { - "defaultBranch": null + "defaultBranch": [ + "defaultBranch = 'master'", + "master" + ] }, "releases": [ { "tag_name": "dev", - "published_at": "2025-01-13T19:42:39Z", - "tag_sha": "2d4d9e3c0993b6d2e361ef7cd9527b7ac1bd1b6a", + "published_at": "2025-01-15T16:49:27Z", + "tag_sha": "d2f6781e489a8accef948ef95a03cee556e72da6", "has_schema": true, "doc_files": [ "docs/output.md", @@ -26252,7 +26255,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 10, + "forks_count": 11, "archived": false, "disabled": false, "open_issues_count": 18, @@ -26261,7 +26264,7 @@ "web_commit_signoff_required": false, "topics": [], "visibility": "public", - "forks": 10, + "forks": 11, "open_issues": 18, "watchers": 57, "default_branch": "master", @@ -26295,7 +26298,7 @@ "status": "disabled" } }, - "network_count": 10, + "network_count": 11, "subscribers_count": 167, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -26946,9 +26949,9 @@ "url": "https://api.github.com/repos/nf-core/pangenome", "created_at": "2020-11-08T18:02:43Z", "updated_at": "2025-01-14T01:17:58Z", - "pushed_at": "2024-12-20T13:09:59Z", + "pushed_at": "2025-01-15T16:24:14Z", "homepage": "https://nf-co.re/pangenome", - "size": 4456, + "size": 4333, "stargazers_count": 80, "watchers_count": 80, "language": "Nextflow", @@ -26958,7 +26961,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 17, + "forks_count": 18, "archived": false, "disabled": false, "open_issues_count": 15, @@ -26969,7 +26972,7 @@ "pangenome" ], "visibility": "public", - "forks": 17, + "forks": 18, "open_issues": 15, "watchers": 80, "default_branch": "master", @@ -27003,7 +27006,7 @@ "status": "disabled" } }, - "network_count": 17, + "network_count": 18, "subscribers_count": 62, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -27073,7 +27076,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 2, + "open_pr_count": 1, "repository_url": "https://github.com/nf-core/pangenome", "contributors": [ { @@ -27142,10 +27145,13 @@ "defaultBranch": null }, "dev_nextflow_config_plugins": [ - "nf-validation@1.1.3" + "nf-schema@2.1.1" ], "dev_nextflow_config_manifest": { - "defaultBranch": null + "defaultBranch": [ + "defaultBranch = 'master'", + "master" + ] }, "releases": [ { @@ -27286,8 +27292,8 @@ }, { "tag_name": "dev", - "published_at": "2024-05-01T14:16:35Z", - "tag_sha": "1aed918ab9776cc19ed059a31896cba2682e8859", + "published_at": "2025-01-15T16:24:14Z", + "tag_sha": "5a5941c9610d2087c064d0d8d4e9f1232f5b1c7d", "has_schema": true, "doc_files": [ "docs/output.md", @@ -27315,7 +27321,7 @@ "subworkflows": [ "utils_nextflow_pipeline", "utils_nfcore_pipeline", - "utils_nfvalidation_plugin" + "utils_nfschema_plugin" ] } } @@ -27583,12 +27589,12 @@ "fork": true, "url": "https://api.github.com/repos/nf-core/pgdb", "created_at": "2021-01-19T21:23:19Z", - "updated_at": "2025-01-13T10:41:04Z", + "updated_at": "2025-01-15T13:58:21Z", "pushed_at": "2025-01-13T10:41:00Z", "homepage": "https://nf-co.re/pgdb", "size": 3216, - "stargazers_count": 5, - "watchers_count": 5, + "stargazers_count": 6, + "watchers_count": 6, "language": "Nextflow", "has_issues": true, "has_projects": true, @@ -27614,7 +27620,7 @@ "visibility": "public", "forks": 8, "open_issues": 7, - "watchers": 5, + "watchers": 6, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -27697,7 +27703,7 @@ "releases_url": "https://api.github.com/repos/bigbio/pgdb/releases{/id}", "deployments_url": "https://api.github.com/repos/bigbio/pgdb/deployments", "created_at": "2021-01-19T20:12:48Z", - "updated_at": "2023-06-29T22:34:16Z", + "updated_at": "2025-01-15T13:58:47Z", "pushed_at": "2022-06-22T14:07:57Z", "git_url": "git://github.com/bigbio/pgdb.git", "ssh_url": "git@github.com:bigbio/pgdb.git", @@ -27812,7 +27818,7 @@ "releases_url": "https://api.github.com/repos/bigbio/pgdb/releases{/id}", "deployments_url": "https://api.github.com/repos/bigbio/pgdb/deployments", "created_at": "2021-01-19T20:12:48Z", - "updated_at": "2023-06-29T22:34:16Z", + "updated_at": "2025-01-15T13:58:47Z", "pushed_at": "2022-06-22T14:07:57Z", "git_url": "git://github.com/bigbio/pgdb.git", "ssh_url": "git@github.com:bigbio/pgdb.git", @@ -28827,9 +28833,9 @@ "url": "https://api.github.com/repos/nf-core/pixelator", "created_at": "2022-09-17T18:27:29Z", "updated_at": "2024-09-03T10:12:04Z", - "pushed_at": "2025-01-14T16:33:41Z", + "pushed_at": "2025-01-15T16:05:36Z", "homepage": "https://nf-co.re/pixelator", - "size": 5282, + "size": 4767, "stargazers_count": 8, "watchers_count": 8, "language": "Nextflow", @@ -28842,7 +28848,7 @@ "forks_count": 4, "archived": false, "disabled": false, - "open_issues_count": 2, + "open_issues_count": 1, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -28856,7 +28862,7 @@ ], "visibility": "public", "forks": 4, - "open_issues": 2, + "open_issues": 1, "watchers": 8, "default_branch": "master", "temp_clone_token": "", @@ -28944,7 +28950,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 2, + "open_pr_count": 1, "repository_url": "https://github.com/nf-core/pixelator", "contributors": [ { @@ -28980,7 +28986,7 @@ "commits_to_dev": 30, "is_DSL2": true, "has_nf_test": false, - "has_nf_test_dev": false, + "has_nf_test_dev": true, "master_nextflow_config_plugins": [ "nf-validation@1.1.3" ], @@ -29144,8 +29150,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-09T13:53:15Z", - "tag_sha": "e6d11c271eb006f0395926460094fa805ad67006", + "published_at": "2025-01-15T16:05:25Z", + "tag_sha": "034ef888f9d21aee792c59dd3858556303c529f5", "has_schema": true, "doc_files": [ "docs/output.md", @@ -29371,7 +29377,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 43, + "forks_count": 44, "archived": false, "disabled": false, "open_issues_count": 35, @@ -29386,7 +29392,7 @@ "protein-structure" ], "visibility": "public", - "forks": 43, + "forks": 44, "open_issues": 35, "watchers": 66, "default_branch": "master", @@ -29420,7 +29426,7 @@ "status": "disabled" } }, - "network_count": 43, + "network_count": 44, "subscribers_count": 163, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -30062,13 +30068,13 @@ "deployments_url": "https://api.github.com/repos/bigbio/quantms/deployments", "created_at": "2021-10-27T18:13:00Z", "updated_at": "2024-10-29T08:15:49Z", - "pushed_at": "2024-12-23T14:57:01Z", + "pushed_at": "2025-01-15T05:59:36Z", "git_url": "git://github.com/bigbio/quantms.git", "ssh_url": "git@github.com:bigbio/quantms.git", "clone_url": "https://github.com/bigbio/quantms.git", "svn_url": "https://github.com/bigbio/quantms", "homepage": "https://quantms.org", - "size": 52101, + "size": 52109, "stargazers_count": 34, "watchers_count": 34, "language": "Nextflow", @@ -30082,7 +30088,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 72, + "open_issues_count": 71, "license": { "key": "mit", "name": "MIT License", @@ -30102,7 +30108,7 @@ ], "visibility": "public", "forks": 38, - "open_issues": 72, + "open_issues": 71, "watchers": 34, "default_branch": "master" }, @@ -30175,13 +30181,13 @@ "deployments_url": "https://api.github.com/repos/bigbio/quantms/deployments", "created_at": "2021-10-27T18:13:00Z", "updated_at": "2024-10-29T08:15:49Z", - "pushed_at": "2024-12-23T14:57:01Z", + "pushed_at": "2025-01-15T05:59:36Z", "git_url": "git://github.com/bigbio/quantms.git", "ssh_url": "git@github.com:bigbio/quantms.git", "clone_url": "https://github.com/bigbio/quantms.git", "svn_url": "https://github.com/bigbio/quantms", "homepage": "https://quantms.org", - "size": 52101, + "size": 52109, "stargazers_count": 34, "watchers_count": 34, "language": "Nextflow", @@ -30195,7 +30201,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 72, + "open_issues_count": 71, "license": { "key": "mit", "name": "MIT License", @@ -30215,7 +30221,7 @@ ], "visibility": "public", "forks": 38, - "open_issues": 72, + "open_issues": 71, "watchers": 34, "default_branch": "master" }, @@ -30877,9 +30883,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-14T15:53:20Z", + "pushed_at": "2025-01-15T17:59:55Z", "homepage": "https://nf-co.re/raredisease", - "size": 13699, + "size": 13711, "stargazers_count": 93, "watchers_count": 93, "language": "Nextflow", @@ -31036,7 +31042,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 4, + "open_pr_count": 3, "repository_url": "https://github.com/nf-core/raredisease", "contributors": [ { @@ -31929,8 +31935,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-10T14:46:05Z", - "tag_sha": "da6ee67b159f465f78a013a9cac1d1e1a0162b50", + "published_at": "2025-01-15T11:53:19Z", + "tag_sha": "2cf56eea68fdb2b35acf30735d4c6e31ae80838a", "has_schema": true, "doc_files": [ "docs/output.md", @@ -34199,12 +34205,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/rnaseq", "created_at": "2018-03-29T13:10:58Z", - "updated_at": "2025-01-14T10:59:55Z", + "updated_at": "2025-01-15T09:25:21Z", "pushed_at": "2025-01-13T11:08:36Z", "homepage": "https://nf-co.re/rnaseq", "size": 74980, - "stargazers_count": 957, - "watchers_count": 957, + "stargazers_count": 958, + "watchers_count": 958, "language": "Nextflow", "has_issues": true, "has_projects": false, @@ -34226,7 +34232,7 @@ "visibility": "public", "forks": 717, "open_issues": 78, - "watchers": 957, + "watchers": 958, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -36633,12 +36639,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/rnasplice", "created_at": "2022-08-22T14:25:09Z", - "updated_at": "2025-01-01T07:13:53Z", + "updated_at": "2025-01-15T22:38:04Z", "pushed_at": "2024-12-20T14:33:54Z", "homepage": "https://nf-co.re/rnasplice", "size": 168135, - "stargazers_count": 49, - "watchers_count": 49, + "stargazers_count": 50, + "watchers_count": 50, "language": "Nextflow", "has_issues": true, "has_projects": true, @@ -36662,7 +36668,7 @@ "visibility": "public", "forks": 29, "open_issues": 12, - "watchers": 49, + "watchers": 50, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -37099,9 +37105,9 @@ "url": "https://api.github.com/repos/nf-core/rnavar", "created_at": "2021-05-12T07:25:10Z", "updated_at": "2025-01-07T09:10:15Z", - "pushed_at": "2025-01-10T15:31:17Z", + "pushed_at": "2025-01-15T13:22:08Z", "homepage": "https://nf-co.re/rnavar", - "size": 3992, + "size": 4026, "stargazers_count": 40, "watchers_count": 40, "language": "Nextflow", @@ -37114,7 +37120,7 @@ "forks_count": 34, "archived": false, "disabled": false, - "open_issues_count": 40, + "open_issues_count": 38, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -37127,7 +37133,7 @@ ], "visibility": "public", "forks": 34, - "open_issues": 40, + "open_issues": 38, "watchers": 40, "default_branch": "master", "temp_clone_token": "", @@ -37250,7 +37256,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 4, + "open_pr_count": 2, "repository_url": "https://github.com/nf-core/rnavar", "contributors": [ { @@ -37290,7 +37296,10 @@ "nf-schema@2.1.1" ], "dev_nextflow_config_manifest": { - "defaultBranch": null + "defaultBranch": [ + "defaultBranch = 'master'", + "master" + ] }, "releases": [ { @@ -37340,8 +37349,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-10T15:31:17Z", - "tag_sha": "cbb4b84692325ac17f0d5e60aa7bc65d6f8b4dfb", + "published_at": "2025-01-15T13:21:36Z", + "tag_sha": "eb35f248a98c3869ab64e348c33d1ff056113ab9", "has_schema": true, "doc_files": [ "docs/output.md", @@ -37661,10 +37670,10 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 420, + "forks_count": 421, "archived": false, "disabled": false, - "open_issues_count": 301, + "open_issues_count": 303, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -37682,8 +37691,8 @@ "whole-genome-sequencing" ], "visibility": "public", - "forks": 420, - "open_issues": 301, + "forks": 421, + "open_issues": 303, "watchers": 415, "default_branch": "master", "temp_clone_token": "", @@ -37718,7 +37727,7 @@ "status": "disabled" } }, - "network_count": 420, + "network_count": 421, "subscribers_count": 135, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -41033,7 +41042,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 6, + "forks_count": 7, "archived": false, "disabled": false, "open_issues_count": 2, @@ -41048,7 +41057,7 @@ "single-cell" ], "visibility": "public", - "forks": 6, + "forks": 7, "open_issues": 2, "watchers": 22, "default_branch": "master", @@ -41082,7 +41091,7 @@ "status": "disabled" } }, - "network_count": 6, + "network_count": 7, "subscribers_count": 27, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -41287,12 +41296,12 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/scrnaseq", "created_at": "2019-04-08T13:12:00Z", - "updated_at": "2025-01-13T09:28:24Z", - "pushed_at": "2025-01-14T14:00:56Z", + "updated_at": "2025-01-15T16:07:13Z", + "pushed_at": "2025-01-15T19:38:35Z", "homepage": "https://nf-co.re/scrnaseq", - "size": 45135, - "stargazers_count": 223, - "watchers_count": 223, + "size": 45195, + "stargazers_count": 224, + "watchers_count": 224, "language": "Nextflow", "has_issues": true, "has_projects": false, @@ -41303,7 +41312,7 @@ "forks_count": 177, "archived": false, "disabled": false, - "open_issues_count": 61, + "open_issues_count": 53, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -41320,8 +41329,8 @@ ], "visibility": "public", "forks": 177, - "open_issues": 61, - "watchers": 223, + "open_issues": 53, + "watchers": 224, "default_branch": "master", "temp_clone_token": "", "allow_squash_merge": false, @@ -41418,7 +41427,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 9, + "open_pr_count": 2, "repository_url": "https://github.com/nf-core/scrnaseq", "contributors": [ { @@ -41620,7 +41629,10 @@ "nf-schema@2.1.1" ], "dev_nextflow_config_manifest": { - "defaultBranch": null + "defaultBranch": [ + "defaultBranch = 'master'", + "master" + ] }, "releases": [ { @@ -42051,8 +42063,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-14T14:00:56Z", - "tag_sha": "a6e23ce532d806880161bdc0fd4387b924269dfa", + "published_at": "2025-01-15T19:38:35Z", + "tag_sha": "ce6ff07c3541d1705e61e3846f435d4af3df729b", "has_schema": true, "doc_files": [ "docs/output.md", @@ -42060,6 +42072,7 @@ ], "components": { "modules": [ + "anndata_barcodes", "cellbender_removebackground", "cellranger_count", "cellranger_mkgtf", @@ -42079,6 +42092,7 @@ "unzip" ], "subworkflows": [ + "h5ad_removebackground_barcodes_cellbender_anndata", "utils_nextflow_pipeline", "utils_nfcore_pipeline", "utils_nfschema_plugin" @@ -42098,9 +42112,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": "2024-12-19T11:20:24Z", + "pushed_at": "2025-01-15T14:39:59Z", "homepage": "https://nf-co.re/seqinspector", - "size": 566, + "size": 587, "stargazers_count": 7, "watchers_count": 7, "language": "Nextflow", @@ -42113,7 +42127,7 @@ "forks_count": 22, "archived": false, "disabled": false, - "open_issues_count": 34, + "open_issues_count": 35, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -42123,7 +42137,7 @@ ], "visibility": "public", "forks": 22, - "open_issues": 34, + "open_issues": 35, "watchers": 7, "default_branch": "master", "temp_clone_token": "", @@ -42226,7 +42240,7 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 8, + "open_pr_count": 9, "repository_url": "https://github.com/nf-core/seqinspector", "contributors": [ { @@ -44273,7 +44287,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 3, + "forks_count": 4, "archived": false, "disabled": false, "open_issues_count": 3, @@ -44282,7 +44296,7 @@ "web_commit_signoff_required": false, "topics": [], "visibility": "public", - "forks": 3, + "forks": 4, "open_issues": 3, "watchers": 2, "default_branch": "dev", @@ -44316,7 +44330,7 @@ "status": "disabled" } }, - "network_count": 3, + "network_count": 4, "subscribers_count": 159, "team_contributors_permission_push": true, "team_contributors_permission_admin": false, @@ -44804,10 +44818,10 @@ "fork": false, "url": "https://api.github.com/repos/nf-core/taxprofiler", "created_at": "2022-02-18T06:56:10Z", - "updated_at": "2025-01-13T06:54:19Z", - "pushed_at": "2025-01-14T15:08:56Z", + "updated_at": "2025-01-15T09:26:07Z", + "pushed_at": "2025-01-15T11:30:16Z", "homepage": "https://nf-co.re/taxprofiler", - "size": 16501, + "size": 16377, "stargazers_count": 134, "watchers_count": 134, "language": "Nextflow", @@ -44820,7 +44834,7 @@ "forks_count": 38, "archived": false, "disabled": false, - "open_issues_count": 46, + "open_issues_count": 45, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -44839,7 +44853,7 @@ ], "visibility": "public", "forks": 38, - "open_issues": 46, + "open_issues": 45, "watchers": 134, "default_branch": "master", "temp_clone_token": "", @@ -45122,24 +45136,24 @@ "TEMPLATE_branch_protection_enforce_admins": -1, "TEMPLATE_restrict_push": true, "has_required_topics": true, - "open_pr_count": 7, + "open_pr_count": 6, "repository_url": "https://github.com/nf-core/taxprofiler", "contributors": [ { "name": "jfy133", - "count": 997, + "count": 1006, "avatar_url": "https://avatars.githubusercontent.com/u/17950287?v=4" }, - { - "name": "sofstam", - "count": 395, - "avatar_url": "https://avatars.githubusercontent.com/u/91951607?v=4" - }, { "name": "LilyAnderssonLee", - "count": 366, + "count": 401, "avatar_url": "https://avatars.githubusercontent.com/u/64467552?v=4" }, + { + "name": "sofstam", + "count": 400, + "avatar_url": "https://avatars.githubusercontent.com/u/91951607?v=4" + }, { "name": "Midnighter", "count": 106, @@ -45221,10 +45235,10 @@ "avatar_url": "https://avatars.githubusercontent.com/u/47026226?v=4" } ], - "released_after_tools": false, - "head_sha": "0af416a24b4bcf41b9e2b5288c31c05280ca7994", + "released_after_tools": true, + "head_sha": "80d2fcce1daeb95c69f16832ca253dbaeac8a11e", "last_release_is_head": true, - "last_release_vs_default_compare_url": "https://github.com/nf-core/taxprofiler/compare/0af416a24b4bcf41b9e2b5288c31c05280ca7994...0af416a24b4bcf41b9e2b5288c31c05280ca7994", + "last_release_vs_default_compare_url": "https://github.com/nf-core/taxprofiler/compare/80d2fcce1daeb95c69f16832ca253dbaeac8a11e...80d2fcce1daeb95c69f16832ca253dbaeac8a11e", "commits_to_dev": 30, "is_DSL2": true, "has_nf_test": false, @@ -45233,7 +45247,10 @@ "nf-schema@2.1.2" ], "master_nextflow_config_manifest": { - "defaultBranch": null + "defaultBranch": [ + "defaultBranch = 'master'", + "master" + ] }, "dev_nextflow_config_plugins": [ "nf-schema@2.1.2" @@ -45245,6 +45262,80 @@ ] }, "releases": [ + { + "tag_name": "1.2.2", + "published_at": "2025-01-15T09:38:49Z", + "tag_sha": "80d2fcce1daeb95c69f16832ca253dbaeac8a11e", + "has_schema": true, + "doc_files": [ + "docs/output.md", + "docs/usage.md", + "docs/usage/faq-troubleshooting.md", + "docs/usage/tutorials.md" + ], + "components": { + "modules": [ + "adapterremoval", + "bbmap_bbduk", + "bowtie2_align", + "bowtie2_build", + "bracken_bracken", + "bracken_combinebrackenoutputs", + "cat_fastq", + "centrifuge_centrifuge", + "centrifuge_kreport", + "diamond_blastx", + "falco", + "fastp", + "fastqc", + "filtlong", + "ganon_classify", + "ganon_report", + "ganon_table", + "gunzip", + "kaiju_kaiju", + "kaiju_kaiju2krona", + "kaiju_kaiju2table", + "kmcp_profile", + "kmcp_search", + "kraken2_kraken2", + "krakentools_combinekreports", + "krakentools_kreport2krona", + "krakenuniq_preloadedkrakenuniq", + "krona_ktimporttaxonomy", + "krona_ktimporttext", + "malt_run", + "megan_rma2info", + "metaphlan_mergemetaphlantables", + "metaphlan_metaphlan", + "minimap2_align", + "minimap2_index", + "motus_merge", + "motus_profile", + "multiqc", + "nanoq", + "nonpareil_curve", + "nonpareil_nonpareil", + "nonpareil_nonpareilcurvesr", + "nonpareil_set", + "porechop_abi", + "porechop_porechop", + "prinseqplusplus", + "samtools_fastq", + "samtools_index", + "samtools_stats", + "samtools_view", + "taxpasta_merge", + "taxpasta_standardise", + "untar" + ], + "subworkflows": [ + "utils_nextflow_pipeline", + "utils_nfcore_pipeline", + "utils_nfschema_plugin" + ] + } + }, { "tag_name": "1.2.1", "published_at": "2024-11-28T15:09:47Z", @@ -46095,8 +46186,8 @@ }, { "tag_name": "dev", - "published_at": "2025-01-14T15:08:52Z", - "tag_sha": "c16ea838c429a65724150008654cb7a4d1849cdc", + "published_at": "2025-01-15T11:30:14Z", + "tag_sha": "071bcfbc682456d20c2d329d76dc37dcd9ffcad9", "has_schema": true, "doc_files": [ "docs/output.md", @@ -46763,7 +46854,7 @@ "has_wiki": false, "has_pages": false, "has_discussions": false, - "forks_count": 4, + "forks_count": 5, "archived": false, "disabled": false, "open_issues_count": 4, @@ -46781,7 +46872,7 @@ "variant-annotation" ], "visibility": "public", - "forks": 4, + "forks": 5, "open_issues": 4, "watchers": 10, "default_branch": "main", @@ -46815,7 +46906,7 @@ "status": "disabled" } }, - "network_count": 4, + "network_count": 5, "subscribers_count": 10, "team_contributors_permission_push": false, "team_contributors_permission_admin": false, @@ -46913,9 +47004,9 @@ "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-14T15:53:15Z", + "pushed_at": "2025-01-15T14:52:59Z", "homepage": "https://nf-co.re/variantbenchmarking", - "size": 3998, + "size": 4012, "stargazers_count": 14, "watchers_count": 14, "language": "Nextflow", @@ -46928,7 +47019,7 @@ "forks_count": 8, "archived": false, "disabled": false, - "open_issues_count": 17, + "open_issues_count": 18, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, @@ -46940,7 +47031,7 @@ ], "visibility": "public", "forks": 8, - "open_issues": 17, + "open_issues": 18, "watchers": 14, "default_branch": "dev", "temp_clone_token": "", diff --git a/sites/main-site/src/content/events/2025/hackathon-march-2025/index.mdx b/sites/main-site/src/content/events/2025/hackathon-march-2025/index.mdx index 27e034c7ca..4c844b61f2 100644 --- a/sites/main-site/src/content/events/2025/hackathon-march-2025/index.mdx +++ b/sites/main-site/src/content/events/2025/hackathon-march-2025/index.mdx @@ -84,6 +84,7 @@ Even if you are attending a local site you will still join everyone online in Ga | ๐Ÿ‡ธ๐Ÿ‡ช Sweden | Uppsala | Uppsala University | [Read more](/events/2025/hackathon-march-2025/uppsala-university) | | ๐Ÿ‡จ๐Ÿ‡ญ Switzerland | Zรผrich | Kinderspital Zรผrich | [Read more](/events/2025/hackathon-march-2025/kinderspital-zurich) | | ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom | Bristol | University of Bristol | [Read more](/events/2025/hackathon-march-2025/university-of-bristol) | +| ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom | Dundee | James Hutton Institute | [Read more](/events/2025/hackathon-march-2025/james-hutton-institute) | | ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom | London | University College London | [Read more](/events/2025/hackathon-march-2025/university-college-london) | | ๐Ÿ‡บ๐Ÿ‡ธ United States | Boston | Harvard Chan School | [Read more](/events/2025/hackathon-march-2025/harvard-chan-school) | | ๐Ÿ‡บ๐Ÿ‡ธ United States | Dallas | UT Dallas | [Read more](/events/2025/hackathon-march-2025/ut-dallas) | diff --git a/sites/main-site/src/content/events/2025/hackathon-march-2025/james-hutton-institute.mdx b/sites/main-site/src/content/events/2025/hackathon-march-2025/james-hutton-institute.mdx new file mode 100644 index 0000000000..5e88ce1904 --- /dev/null +++ b/sites/main-site/src/content/events/2025/hackathon-march-2025/james-hutton-institute.mdx @@ -0,0 +1,22 @@ +--- +title: 'Hackathon - March 2025 (James Hutton Institute)' +subtitle: 'Local node of the nf-core hackathon at the James Hutton Institute, UK' +shortTitle: '๐Ÿ‡ฌ๐Ÿ‡ง James Hutton Institute' +type: 'hackathon' +startDate: '2025-03-24' +startTime: '09:00+00:00' +endDate: '2025-03-26' +endTime: '17:00+00:00' +locations: + - name: James Hutton Institute + links: + - https://www.hutton.ac.uk/ + geoCoordinates: [56.457404383182634, -3.070138891914946] +layout: '@layouts/events/HackathonMarch2025.astro' +--- + +Attendees from outside the James Hutton Institute **can** attend. + +Main contact: Moray Smith ([moray.smith@hutton.ac.uk](mailto:moray.smith@hutton.ac.uk)) + +Venue not yet booked, please check back later for more information.