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 8, 2025
1 parent c639a00 commit 08766ae
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 87 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
165 changes: 161 additions & 4 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -8553,6 +8553,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -13947,6 +13951,123 @@
}
]
},
{
"name": "bbmap_repair",
"path": "modules/nf-core/bbmap/repair/meta.yml",
"type": "module",
"meta": {
"name": "bbmap_repair",
"description": "Re-pairs reads that became disordered or had some mates eliminated.",
"keywords": [
"paired reads re-pairing",
"fastq",
"preprocessing"
],
"tools": [
{
"repair": {
"description": "Repair.sh is a tool that re-pairs reads that became disordered or had some mates eliminated tools.",
"homepage": "https://jgi.doe.gov/data-and-tools/software-tools/bbtools/",
"documentation": "https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/",
"licence": [
"UC-LBL license (see package)"
],
"identifier": "biotools:bbmap"
}
}
],
"input": [
[
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"reads": {
"type": "file",
"description": "List of input paired end fastq files\n",
"pattern": "*.{fastq,fq}.gz"
}
}
],
[
{
"interleave": {
"type": "boolean",
"description": "Indicates whether the input paired reads are interleaved or not\n"
}
}
]
],
"output": [
{
"repaired": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"*_repaired.fastq.gz": {
"type": "file",
"description": "re-paired reads",
"pattern": "*_repaired.fastq.gz"
}
}
]
},
{
"singleton": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"${prefix}_singleton.fastq.gz": {
"type": "file",
"description": "singleton reads",
"pattern": "*singleton.fastq.gz"
}
}
]
},
{
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
]
},
{
"log": [
{
"*.log": {
"type": "file",
"description": "log file containing stdout and stderr from repair.sh",
"pattern": "*.log"
}
}
]
}
],
"authors": [
"@mazzalab"
],
"maintainers": [
"@mazzalab",
"@tm4zza"
]
}
},
{
"name": "bbmap_sendsketch",
"path": "modules/nf-core/bbmap/sendsketch/meta.yml",
Expand Down Expand Up @@ -27633,6 +27754,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -86499,7 +86624,7 @@
{
"fastqgz": {
"type": "file",
"description": "FASTQ.gz file",
"description": "FASTQ.gz files",
"pattern": "*.{gz}",
"ontologies": [
{
Expand All @@ -86512,17 +86637,17 @@
],
"output": [
{
"fastqrecovered": [
"recovered": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"*_recovered.fastq.gz": {
"${prefix}*.fastq.gz": {
"type": "file",
"description": "Recovered FASTQ.gz file",
"description": "Recovered FASTQ.gz files",
"pattern": "*.{gz}",
"ontologies": [
{
Expand Down Expand Up @@ -107965,6 +108090,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 @@ -114267,6 +114408,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -133259,6 +133404,10 @@
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
},
{
"name": "viralrecon",
"version": "2.6.0"
Expand Down Expand Up @@ -207857,6 +208006,10 @@
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
},
{
"name": "phageannotator",
"version": "dev"
Expand Down Expand Up @@ -211539,6 +211692,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 08766ae

Please sign in to comment.