diff --git a/.github/workflows/set_ncbench_config.sh b/.github/workflows/set_ncbench_config.sh index c067380af3..115ceeb4d0 100644 --- a/.github/workflows/set_ncbench_config.sh +++ b/.github/workflows/set_ncbench_config.sh @@ -9,6 +9,11 @@ # .base-quality-recalibration = "gatk4 v$GATK_VERSION" | # .realignment = "none" | # .variant-detection = "strelka2 v$STRELKA_VERSION" | + + #with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.subcategory; + #. = "NA12878-agilent" ) | + #with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.benchmark; + #. = "giab-NA12878-agilent-${READS}M" ) | for READS in 75 200; do yq --inplace " with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.labels; @@ -16,10 +21,6 @@ for READS in 75 200; do .pipeline = "nf-core/sarek v$PIPELINE_VERSION" | .genotyping = "none" | .reads = "${READS}M" ) | - with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.subcategory; - . = "NA12878-agilent" ) | - with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.benchmark; - . = "giab-NA12878-agilent-${READS}M" ) | with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.rename-contigs; . = "resources/rename-contigs/ucsc-to-ensembl.txt" ) " ncbench-workflow/config/config.yaml