Skip to content

Commit

Permalink
try again one env after another
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jan 11, 2024
1 parent 28e892d commit 46abe99
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/set_ncbench_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@
# .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;
.site = "nf-core" |
.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
Expand Down

0 comments on commit 46abe99

Please sign in to comment.