Skip to content

Commit

Permalink
[automated] Update json files and markdown cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Jan 14, 2025
1 parent 400d3f7 commit 75faa31
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 94 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
61 changes: 51 additions & 10 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -8601,6 +8601,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -27864,6 +27868,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -61253,15 +61261,15 @@
{
"qc_table": {
"type": "file",
"description": "(optional) Either a (CheckM)[https://nf-co.re/modules/checkm_lineagewf] summary TSV containing\ninformation on the completeness and contamination of the input genomes (13 columns),\nor a 3-column csv with the header `genome,completeness,contamination`.\nIn both cases the first column should contain the names of the input genome files,\nminus the last file extension\n(i.e. if the genome is gzipped, the genome name should retain the .fasta extension).\n",
"description": "(optional) A summary TSV from either CheckM [https://nf-co.re/modules/checkm_lineagewf],\nCheckM2 [https://nf-co.re/modules/checkm2_predict/], or a CSV \nin drep-style format [https://github.com/MrOlm/drep] with three columnns,\n`genome,completeness,contamination`. In both cases the first column should contain the \nnames of the input genome files, minus the last file extension \n(i.e. if the genome is gzipped, the genome name should \nretain the .fasta extension).\n",
"pattern": "*.{csv,tsv}"
}
},
{
"qc_format": {
"type": "string",
"description": "Defines the type if input table in `qc_table`, if specified.",
"pattern": "checkm|genome_info"
"pattern": "checkm|checkm2|genome_info"
}
}
]
Expand Down Expand Up @@ -61293,7 +61301,7 @@
}
},
{
"${prefix}-dereplicated/*": {
"${prefix}/*": {
"type": "file",
"description": "The representative genomes following dereplication by galah.",
"pattern": "*"
Expand Down Expand Up @@ -84500,10 +84508,10 @@
}
},
{
"*[!gene_set_size|gsea_report|ranked_gene_list]*.tsv": {
"gene_sets_*.tsv": {
"type": "list",
"description": "Where -make_sets is not set to false, TSV files, one file for each gene set, with detail on enrichment for each gene",
"pattern": "[!gene_set_size|gsea_report|ranked_gene_list]*.tsv"
"pattern": "gene_sets_*.tsv"
}
}
]
Expand All @@ -84517,10 +84525,10 @@
}
},
{
"*[!gsea_report|heat_map_corr_plot|index|pos_snapshot|neg_snapshot]*.html": {
"gene_sets_*.html": {
"type": "list",
"description": "Where -make_sets is not set to false, HTML files, one file for each gene set, with detail on enrichment for each gene",
"pattern": "[!gsea_report|heat_map_corr_plot|index|pos_snapshot|neg_snapshot]*.html"
"pattern": "gene_sets_*.html"
}
}
]
Expand All @@ -84534,10 +84542,10 @@
}
},
{
"*[!butterfly|enplot|global_es_histogram|gset_rnd_es_dist|heat_map|pvalues_vs_nes_plot|ranked_list_corr]*.png": {
"gene_sets_*.png": {
"type": "list",
"description": "Where -make_sets is not set to false, PNG-format heatmaps, one file for each gene set, showing expression for each gene",
"pattern": "[!butterfly|enplot|global_es_histogram|gset_rnd_es_dist|heat_map|pvalues_vs_nes_plot|ranked_list_corr]*.png"
"pattern": "gene_sets_*.png"
}
}
]
Expand Down Expand Up @@ -84626,7 +84634,8 @@
"@pinin4fjords"
],
"maintainers": [
"@pinin4fjords"
"@pinin4fjords",
"@nschcolnicov"
]
},
"pipelines": [
Expand Down Expand Up @@ -108467,6 +108476,22 @@
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "phyloplace",
"version": "1.0.0"
},
{
"name": "ampliseq",
"version": "2.12.0"
},
{
"name": "multiplesequencealign",
"version": "1.0.0"
},
{
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "phyloplace",
"version": "1.0.0"
Expand Down Expand Up @@ -114823,6 +114848,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -133895,6 +133924,10 @@
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
Expand Down Expand Up @@ -208953,6 +208986,10 @@
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
Expand Down Expand Up @@ -212683,6 +212720,10 @@
"name": "riboseq",
"version": "1.0.1"
},
{
"name": "riboseq",
"version": "1.0.1"
},
{
"name": "riboseq",
"version": "1.0.1"
Expand Down
Loading

0 comments on commit 75faa31

Please sign in to comment.