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 Nov 1, 2024
1 parent 71aa626 commit ab121bc
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 52 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
117 changes: 117 additions & 0 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -7880,6 +7880,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -25898,6 +25902,14 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
Expand Down Expand Up @@ -33102,6 +33114,15 @@
"pattern": "*.{fastq.gz}"
}
}
],
[
{
"fasta": {
"type": "file",
"description": "An optional reference fasta file against which to remove reads that align to it.",
"pattern": "*.fasta"
}
}
]
],
"output": [
Expand Down Expand Up @@ -108482,6 +108503,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -128942,6 +128967,98 @@
]
}
},
{
"name": "pbsv_call",
"path": "modules/nf-core/pbsv/call/meta.yml",
"type": "module",
"meta": {
"name": "pbsv_call",
"description": "pbsv/call - PacBio structural variant (SV) calling and analysis tools",
"keywords": [
"variant",
"pacbio",
"genomics"
],
"tools": [
{
"pbsv": {
"description": "pbsv - PacBio structural variant (SV) calling and analysis tools",
"homepage": "https://github.com/PacificBiosciences/",
"documentation": "https://github.com/PacificBiosciences/",
"tool_dev_url": "https://github.com/PacificBiosciences/",
"licence": [
"BSD-3-clause-Clear"
]
}
}
],
"input": [
[
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"svsig": {
"type": "file",
"description": "structural variant file"
}
}
],
[
{
"meta2": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'reference']`\n"
}
},
{
"fasta": {
"type": "file",
"description": "fasta file used as reference"
}
}
]
],
"output": [
{
"vcf": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"*.vcf": {
"type": "file",
"description": "structural variant file"
}
}
]
},
{
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
]
}
],
"authors": [
"@tanyasarkjain"
],
"maintainers": [
"@tanyasarkjain"
]
}
},
{
"name": "pbsv_discover",
"path": "modules/nf-core/pbsv/discover/meta.yml",
Expand Down
Loading

0 comments on commit ab121bc

Please sign in to comment.