diff --git a/.github/workflows/set_ncbench_config.sh b/.github/workflows/set_ncbench_config.sh index bbfbf5d345..15e19b0b53 100644 --- a/.github/workflows/set_ncbench_config.sh +++ b/.github/workflows/set_ncbench_config.sh @@ -7,18 +7,18 @@ # .genotyping = "none" | for READS in 75 200; do yq --inplace " - with(.variant-calls.nf-core-sarek-${PIPELINE_VERSION}-strelka-agilent-${READS}M.labels; + with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.labels; .site = "nf-core" | - .pipeline = "nf-core/sarek v${PIPELINE_VERSION}" | + .pipeline = "nf-core/sarek v$PIPELINE_VERSION" | .reads = "${READS}M" ) | - with(.variant-calls.nf-core-sarek-${PIPELINE_VERSION}-strelka-agilent-${READS}M.subcategory; + 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.zenodo; - .deposition = ${DEPOSITION_ID} | + with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.zenodo; + .deposition = $DEPOSITION_ID | .filename = "TODO get here proper file names" ) | - with(.variant-calls.nf-core-sarek-${PIPELINE_VERSION}-strelka-agilent-${READS}M.benchmark; + 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; + 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 done