Skip to content

Commit

Permalink
whyyyyyy
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jan 11, 2024
1 parent b7f8dac commit 9ef6495
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/set_ncbench_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-$READSM.labels;
.site = "nf-core" |
.pipeline = "nf-core/sarek v$PIPELINE_VERSION" |
.reads = "${READS}M" ) |
with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.subcategory;
.reads = "$READSM" ) |
with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-$READSM.subcategory;
. = "NA12878-agilent" ) |
with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-${READS}M.zenodo;
with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-$READSM.zenodo;
.deposition = $DEPOSITION_ID |
.filename = "TODO get here proper file names" ) |
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-$READSM.benchmark;
. = "giab-NA12878-agilent-$READSM" ) |
with(.variant-calls.nf-core-sarek-$PIPELINE_VERSION-strelka-agilent-$READSM.rename-contigs;
. = "resources/rename-contigs/ucsc-to-ensembl.txt" )
' ncbench-workflow/config/config.yaml
done
Expand Down

0 comments on commit 9ef6495

Please sign in to comment.