Skip to content

Commit 0b9b7cf

Browse files
committed
add sarek release
1 parent af34379 commit 0b9b7cf

2 files changed

Lines changed: 158 additions & 4 deletions

File tree

bin/pipelines.json.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ export const writePipelinesJson = async () => {
334334

335335
// remove empty values from releases (usually from draft releases)
336336
releases = releases.filter((release) => release.tag_name !== "" && release.draft === false);
337-
console.log(`Releases for ${name}:`, releases.map((release) => release.tag_name));
338337
// remove releases that are already in the pipelines.json file
339338
const pipelineIndex = pipelines.remote_workflows.findIndex((workflow) => workflow.name === name);
340339
let new_releases = releases;

public/pipelines.json

Lines changed: 158 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52103,10 +52103,10 @@
5210352103
"avatar_url": "https://avatars.githubusercontent.com/u/21218078?v=4"
5210452104
}
5210552105
],
52106-
"released_after_tools": false,
52106+
"released_after_tools": true,
5210752107
"head_sha": "b97952e5bac68d5deb93d4a3349a45f146be9830",
52108-
"last_release_is_head": false,
52109-
"last_release_vs_default_compare_url": "https://github.com/nf-core/sarek/compare/b97952e5bac68d5deb93d4a3349a45f146be9830...4bd2948f98c5bf7b785c91cf6708fffccab25467",
52108+
"last_release_is_head": true,
52109+
"last_release_vs_default_compare_url": "https://github.com/nf-core/sarek/compare/b97952e5bac68d5deb93d4a3349a45f146be9830...b97952e5bac68d5deb93d4a3349a45f146be9830",
5211052110
"commits_to_dev": 30,
5211152111
"is_DSL2": true,
5211252112
"has_nf_test": true,
@@ -52132,6 +52132,161 @@
5213252132
},
5213352133
"dev_uses_params_block": false,
5213452134
"releases": [
52135+
{
52136+
"tag_name": "3.9.0",
52137+
"published_at": "2026-06-30T11:34:06Z",
52138+
"tag_sha": "b97952e5bac68d5deb93d4a3349a45f146be9830",
52139+
"has_schema": true,
52140+
"doc_files": [
52141+
"docs/output.md",
52142+
"docs/usage.md",
52143+
"docs/usage/variantcalling/interpretation.md",
52144+
"docs/usage/variantcalling/introduction.md",
52145+
"docs/usage/variantcalling/sarek.md",
52146+
"docs/usage/variantcalling/theory.md"
52147+
],
52148+
"components": {
52149+
"modules": [
52150+
"ascat",
52151+
"bbmap_bbsplit",
52152+
"bcftools_annotate",
52153+
"bcftools_concat",
52154+
"bcftools_isec",
52155+
"bcftools_merge",
52156+
"bcftools_mpileup",
52157+
"bcftools_norm",
52158+
"bcftools_sort",
52159+
"bcftools_stats",
52160+
"bcftools_view",
52161+
"bwa_index",
52162+
"bwa_mem",
52163+
"bwamem2_index",
52164+
"bwamem2_mem",
52165+
"cat_cat",
52166+
"cat_fastq",
52167+
"cnvkit_antitarget",
52168+
"cnvkit_batch",
52169+
"cnvkit_call",
52170+
"cnvkit_export",
52171+
"cnvkit_genemetrics",
52172+
"cnvkit_reference",
52173+
"controlfreec_assesssignificance",
52174+
"controlfreec_freec",
52175+
"controlfreec_freec2bed",
52176+
"controlfreec_freec2circos",
52177+
"controlfreec_makegraph2",
52178+
"deepvariant_rundeepvariant",
52179+
"dragmap_align",
52180+
"dragmap_hashtable",
52181+
"ensemblvep_download",
52182+
"ensemblvep_vep",
52183+
"fastp",
52184+
"fastqc",
52185+
"fgbio_callmolecularconsensusreads",
52186+
"fgbio_copyumifromreadname",
52187+
"fgbio_fastqtobam",
52188+
"fgbio_groupreadsbyumi",
52189+
"freebayes",
52190+
"gatk4_applybqsr",
52191+
"gatk4_applyvqsr",
52192+
"gatk4_baserecalibrator",
52193+
"gatk4_calculatecontamination",
52194+
"gatk4_cnnscorevariants",
52195+
"gatk4_createsequencedictionary",
52196+
"gatk4_estimatelibrarycomplexity",
52197+
"gatk4_filtermutectcalls",
52198+
"gatk4_filtervarianttranches",
52199+
"gatk4_gatherbqsrreports",
52200+
"gatk4_gatherpileupsummaries",
52201+
"gatk4_genomicsdbimport",
52202+
"gatk4_genotypegvcfs",
52203+
"gatk4_getpileupsummaries",
52204+
"gatk4_haplotypecaller",
52205+
"gatk4_intervallisttobed",
52206+
"gatk4_learnreadorientationmodel",
52207+
"gatk4_markduplicates",
52208+
"gatk4_mergemutectstats",
52209+
"gatk4_mergevcfs",
52210+
"gatk4_mutect2",
52211+
"gatk4_variantrecalibrator",
52212+
"gatk4spark_applybqsr",
52213+
"gatk4spark_baserecalibrator",
52214+
"gatk4spark_markduplicates",
52215+
"gawk",
52216+
"goleft_indexcov",
52217+
"gunzip",
52218+
"lofreq_callparallel",
52219+
"manta_germline",
52220+
"manta_somatic",
52221+
"manta_tumoronly",
52222+
"mosdepth",
52223+
"msisensor2_msi",
52224+
"msisensorpro_msisomatic",
52225+
"msisensorpro_scan",
52226+
"multiqc",
52227+
"muse_call",
52228+
"muse_sump",
52229+
"ngscheckmate_ncm",
52230+
"parabricks_fq2bam",
52231+
"rbt_vcfsplit",
52232+
"samtools_bam2fq",
52233+
"samtools_collatefastq",
52234+
"samtools_convert",
52235+
"samtools_faidx",
52236+
"samtools_index",
52237+
"samtools_merge",
52238+
"samtools_mpileup",
52239+
"samtools_stats",
52240+
"samtools_view",
52241+
"sentieon_applyvarcal",
52242+
"sentieon_bwamem",
52243+
"sentieon_dedup",
52244+
"sentieon_dnamodelapply",
52245+
"sentieon_dnascope",
52246+
"sentieon_gvcftyper",
52247+
"sentieon_haplotyper",
52248+
"sentieon_tnscope",
52249+
"sentieon_varcal",
52250+
"snpeff_download",
52251+
"snpeff_snpeff",
52252+
"snpsift_annmem",
52253+
"snpsift_annmemcreate",
52254+
"spring_decompress",
52255+
"strelka_germline",
52256+
"strelka_somatic",
52257+
"svdb_merge",
52258+
"tabix_bgziptabix",
52259+
"tabix_tabix",
52260+
"tiddit_sv",
52261+
"untar",
52262+
"unzip",
52263+
"varlociraptor_callvariants",
52264+
"varlociraptor_estimatealignmentproperties",
52265+
"varlociraptor_preprocess",
52266+
"vcflib_vcffilter",
52267+
"vcftools",
52268+
"yte"
52269+
],
52270+
"subworkflows": [
52271+
"bam_ngscheckmate",
52272+
"cache_download_ensemblvep_snpeff",
52273+
"utils_annotation_cache",
52274+
"utils_nextflow_pipeline",
52275+
"utils_nfcore_pipeline",
52276+
"utils_nfschema_plugin",
52277+
"vcf_annotate_snpeff"
52278+
]
52279+
},
52280+
"nextflow_version": "!>=25.10.2",
52281+
"nf_core_version": "3.5.1",
52282+
"plugins": [
52283+
"nf-core-utils@0.4.0",
52284+
"nf-fgbio@1.0.0",
52285+
"nf-prov@1.7.0",
52286+
"nf-schema@2.7.2"
52287+
],
52288+
"co2footprint_files": null
52289+
},
5213552290
{
5213652291
"tag_name": "3.8.1",
5213752292
"published_at": "2026-02-12T08:50:37Z",

0 commit comments

Comments
 (0)