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 Sep 27, 2024
1 parent 428519f commit 56363e8
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 54 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
120 changes: 119 additions & 1 deletion public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -7608,6 +7608,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -24723,6 +24727,14 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
Expand Down Expand Up @@ -42063,6 +42075,107 @@
]
}
},
{
"name": "deeptools_alignmentsieve",
"path": "modules/nf-core/deeptools/alignmentsieve/meta.yml",
"type": "module",
"meta": {
"name": "deeptools_alignmentSieve",
"description": "This tool filters alignments in a BAM/CRAM file according the the specified parameters.",
"keywords": [
"ATACseq",
"filter",
"shift",
"ATACshift"
],
"tools": [
{
"deeptools": {
"description": "A set of user-friendly tools for normalization and visualzation of deep-sequencing data",
"homepage": "https://deeptools.readthedocs.io/en/develop/content/tools/alignmentSieve.html",
"documentation": "https://deeptools.readthedocs.io/en/develop/content/tools/alignmentSieve.html",
"tool_dev_url": "https://github.com/deeptools/deepTools/",
"doi": "10.1093/nar/gkw257",
"licence": [
"GPL v3"
],
"identifier": "biotools:deeptools"
}
}
],
"input": [
[
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
}
},
{
"input": {
"type": "file",
"description": "BAM file",
"pattern": "*.{bam}"
}
},
{
"input_index": {
"type": "file",
"description": "BAM index file",
"pattern": "*.{bai}"
}
}
]
],
"output": [
{
"bam": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
}
},
{
"*_as.bam": {
"type": "file",
"description": "BAM file",
"pattern": "*.bam"
}
}
]
},
{
"logs": [
{
"*_log.txt": {
"type": "file",
"description": "TXT file",
"pattern": "*.txt"
}
}
]
},
{
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
]
}
],
"authors": [
"@lpantano"
],
"maintainers": [
"@lpantano"
]
}
},
{
"name": "deeptools_bamcoverage",
"path": "modules/nf-core/deeptools/bamcoverage/meta.yml",
Expand Down Expand Up @@ -106152,6 +106265,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -185918,7 +186035,8 @@
"@ksenia-krasheninnikova"
],
"maintainers": [
"@ksenia-krasheninnikova"
"@ksenia-krasheninnikova",
"@yy5"
]
}
},
Expand Down
Loading

0 comments on commit 56363e8

Please sign in to comment.