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 Oct 7, 2024
1 parent 0628750 commit b680514
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 91 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
59 changes: 44 additions & 15 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -7636,6 +7636,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -24988,6 +24992,14 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
Expand Down Expand Up @@ -106554,6 +106566,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -114235,11 +114251,11 @@
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
}
]
}
],
Expand Down Expand Up @@ -167037,14 +167053,24 @@
}
},
{
"*sortedByCoord.out.bam": {
"${prefix}.sortedByCoord.out.bam": {
"type": "file",
"description": "Sorted BAM file of read alignments (optional)",
"pattern": "*sortedByCoord.out.bam"
}
}
]
},
{
"bam_sorted_aligned": [
{
"meta": {}
},
{
"${prefix}.Aligned.sortedByCoord.out.bam": {}
}
]
},
{
"bam_transcript": [
{
Expand Down Expand Up @@ -167122,13 +167148,14 @@
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*.SJ.out.tab"
}
},
{
"*.SJ.out.tab": {
"type": "file",
"description": "STAR output splice junction tab file",
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*.SJ.out.tab"
}
}
Expand All @@ -167139,13 +167166,14 @@
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*.ReadsPerGene.out.tab"
}
},
{
"*.ReadsPerGene.out.tab": {
"type": "file",
"description": "STAR output read per gene tab file",
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*.ReadsPerGene.out.tab"
}
}
Expand Down Expand Up @@ -167174,13 +167202,14 @@
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*.out.sam"
}
},
{
"*.out.sam": {
"type": "file",
"description": "STAR output SAM file",
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n",
"pattern": "*.out.sam"
}
}
Expand Down Expand Up @@ -198254,4 +198283,4 @@
}
}
]
}
}
Loading

0 comments on commit b680514

Please sign in to comment.