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 7, 2024
1 parent 477723a commit 621d7d5
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 154 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
308 changes: 304 additions & 4 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -3861,7 +3861,13 @@
"@nictru",
"@LeonHafner"
]
}
},
"pipelines": [
{
"name": "scdownstream",
"version": "dev"
}
]
},
{
"name": "annotsv_annotsv",
Expand Down Expand Up @@ -8023,6 +8029,10 @@
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
},
{
"name": "rnafusion",
"version": "3.0.2"
Expand Down Expand Up @@ -26137,6 +26147,14 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "pathogensurveillance",
"version": "dev"
Expand Down Expand Up @@ -40839,6 +40857,10 @@
"name": "scnanoseq",
"version": "1.0.0"
},
{
"name": "spatialxe",
"version": "dev"
},
{
"name": "ssds",
"version": "dev"
Expand Down Expand Up @@ -47140,7 +47162,13 @@
"maintainers": [
"@LeonHafner"
]
}
},
"pipelines": [
{
"name": "scdownstream",
"version": "dev"
}
]
},
{
"name": "dragmap_align",
Expand Down Expand Up @@ -54099,6 +54127,10 @@
"name": "spatialvi",
"version": "dev"
},
{
"name": "spatialxe",
"version": "dev"
},
{
"name": "ssds",
"version": "dev"
Expand Down Expand Up @@ -85795,6 +85827,148 @@
]
}
},
{
"name": "hiphase",
"path": "modules/nf-core/hiphase/meta.yml",
"type": "module",
"meta": {
"name": "hiphase",
"description": "pacbio structural variant calling tool",
"keywords": [
"sort",
"example",
"genomics"
],
"tools": [
{
"hiphase": {
"description": "Small and structural variant phasing tool for PacBio HiFi reads",
"homepage": "https://github.com/PacificBiosciences/HiPhase",
"documentation": "https://github.com/PacificBiosciences/HiPhase",
"tool_dev_url": "https://github.com/PacificBiosciences/HiPhase",
"licence": [
"Pacific Biosciences Software License Agreement"
],
"identifier": "biotools:hiphase"
}
}
],
"input": [
[
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"vcf": {
"type": "file",
"description": "VCF File",
"pattern": "*.{vcf}"
}
},
{
"csi": {
"type": "file",
"description": "CSI File associated with VCF",
"pattern": "*.{csi}"
}
}
],
[
{
"meta2": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"bam": {
"type": "file",
"description": "Sorted BAM/CRAM/SAM file",
"pattern": "*.{bam}"
}
},
{
"bai": {
"type": "file",
"description": "Index File BAI associated with BAM file",
"pattern": "*.{bai}"
}
}
],
[
{
"meta3": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"fasta": {
"type": "file",
"description": "FASTA File (used for the alignment of the BAM file)",
"pattern": "*.{fasta}"
}
}
]
],
"output": [
{
"vcf": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"*.vcf": {
"type": "file",
"description": "Phased VCF file",
"pattern": "*.vcf"
}
}
]
},
{
"csv": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"*.csv": {
"type": "file",
"description": "stats associated with the phasing",
"pattern": "*.csv"
}
}
]
},
{
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
]
}
],
"authors": [
"@tanyasarkjain"
],
"maintainers": [
"@tanyasarkjain"
]
}
},
{
"name": "hisat2_align",
"path": "modules/nf-core/hisat2/align/meta.yml",
Expand Down Expand Up @@ -109088,6 +109262,10 @@
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
},
{
"name": "genomeassembler",
"version": "dev"
Expand Down Expand Up @@ -111602,6 +111780,112 @@
]
}
},
{
"name": "metamdbg_asm",
"path": "modules/nf-core/metamdbg/asm/meta.yml",
"type": "module",
"meta": {
"name": "METAMDBG_ASM",
"description": "Metagenome assembler for long-read sequences (HiFi and ONT).",
"keywords": [
"assembly",
"long reads",
"metagenome",
"metagenome assembler"
],
"tools": [
{
"metamdbg": {
"description": "MetaMDBG: a lightweight assembler for long and accurate metagenomics reads.",
"homepage": "https://github.com/GaetanBenoitDev/metaMDBG",
"documentation": "https://github.com/GaetanBenoitDev/metaMDBG",
"tool_dev_url": "https://github.com/GaetanBenoitDev/metaMDBG",
"doi": "10.1038/s41587-023-01983-6",
"licence": [
"MIT"
],
"identifier": ""
}
}
],
"input": [
[
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"reads": {
"type": "file",
"description": "Long read sequence data from ONT or HiFi in fasta format (can be gzipped)",
"pattern": "*.{fa,fasta,fa.gz,fasta.gz}"
}
}
],
[
{
"input_type": {
"type": "string",
"description": "Sequencing technology for reads - either \"hifi\" for PacBio HiFi reads or \"ont\" for Oxford Nanopore reads."
}
}
]
],
"output": [
{
"contigs": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"*.contigs.fasta.gz": {
"type": "file",
"description": "Gzipped fasta file containing the assembled contigs from the input\nreads.\n"
}
}
]
},
{
"log": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. `[ id:'sample1', single_end:false ]`\n"
}
},
{
"*.metaMDBG.log": {
"type": "file",
"description": "Log file describing the metaMDBG run."
}
}
]
},
{
"versions": [
{
"versions.yml": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
]
}
],
"authors": [
"@prototaxites"
],
"maintainers": [
"@prototaxites"
]
}
},
{
"name": "metaphlan3_mergemetaphlantables",
"path": "modules/nf-core/metaphlan3/mergemetaphlantables/meta.yml",
Expand Down Expand Up @@ -118586,6 +118870,10 @@
"name": "spatialvi",
"version": "dev"
},
{
"name": "spatialxe",
"version": "dev"
},
{
"name": "ssds",
"version": "dev"
Expand Down Expand Up @@ -155800,7 +156088,13 @@
"maintainers": [
"@nictru"
]
}
},
"pipelines": [
{
"name": "scdownstream",
"version": "dev"
}
]
},
{
"name": "scvitools_solo",
Expand Down Expand Up @@ -155897,7 +156191,13 @@
"maintainers": [
"@LeonHafner"
]
}
},
"pipelines": [
{
"name": "scdownstream",
"version": "dev"
}
]
},
{
"name": "seacr_callpeak",
Expand Down
2 changes: 1 addition & 1 deletion public/pipeline_names.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pipeline":["airrflow","ampliseq","atacseq","bacass","bactmap","bamtofastq","cageseq","callingcards","chipseq","circdna","circrna","clipseq","coproid","createpanelrefs","createtaxdb","crisprseq","cutandrun","datasync","deepmodeloptim","demo","demultiplex","denovotranscript","detaxizer","diaproteomics","differentialabundance","drugresponseeval","dualrnaseq","eager","epitopeprediction","fastqrepair","fastquorum","fetchngs","funcscan","genomeannotator","genomeassembler","genomeqc","genomeskim","gwas","hgtseq","hic","hicar","hlatyping","imcyto","isoseq","lncpipe","mag","magmap","marsseq","mcmicro","meerpipe","metaboigniter","metapep","metatdenovo","methylarray","methylseq","mhcquant","mnaseseq","molkart","multiplesequencealign","nanoseq","nanostring","nascent","omicsgenetraitassociation","oncoanalyser","pairgenomealign","pangenome","pathogensurveillance","pgdb","phageannotator","phaseimpute","phyloplace","pixelator","proteinfold","proteomicslfq","radseq","rangeland","raredisease","readsimulator","reportho","riboseq","rnadnavar","rnafusion","rnaseq","rnasplice","rnavar","sammyseq","sarek","scdownstream","scnanoseq","scrnaseq","seqinspector","slamseq","smrnaseq","spatialvi","spinningjenny","taxprofiler","tbanalyzer","tfactivity","troughgraph","variantbenchmarking","variantcatalogue","viralintegration","viralrecon"]}
{"pipeline":["airrflow","ampliseq","atacseq","bacass","bactmap","bamtofastq","cageseq","callingcards","chipseq","circdna","circrna","clipseq","coproid","createpanelrefs","createtaxdb","crisprseq","cutandrun","datasync","deepmodeloptim","demo","demultiplex","denovotranscript","detaxizer","diaproteomics","differentialabundance","drugresponseeval","dualrnaseq","eager","epitopeprediction","fastqrepair","fastquorum","fetchngs","funcscan","genomeannotator","genomeassembler","genomeqc","genomeskim","gwas","hgtseq","hic","hicar","hlatyping","imcyto","isoseq","lncpipe","mag","magmap","marsseq","mcmicro","meerpipe","metaboigniter","metapep","metatdenovo","methylarray","methylseq","mhcquant","mnaseseq","molkart","multiplesequencealign","nanoseq","nanostring","nascent","omicsgenetraitassociation","oncoanalyser","pairgenomealign","pangenome","pathogensurveillance","pgdb","phageannotator","phaseimpute","phyloplace","pixelator","proteinfold","proteomicslfq","radseq","rangeland","raredisease","readsimulator","reportho","riboseq","rnadnavar","rnafusion","rnaseq","rnasplice","rnavar","sammyseq","sarek","scdownstream","scnanoseq","scrnaseq","seqinspector","slamseq","smrnaseq","spatialvi","spatialxe","spinningjenny","taxprofiler","tbanalyzer","tfactivity","troughgraph","variantbenchmarking","variantcatalogue","viralintegration","viralrecon"]}
Loading

0 comments on commit 621d7d5

Please sign in to comment.