Skip to content
Snippets Groups Projects
Commit 117ffdfe authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

move helmvatti into python package

parent a48ec1bb
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
# Default values for helmvatti.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
baseImage: "docker.io/nextflow/nextflow"
dockerTag: "23.10.1"
pullPolicy: "IfNotPresent"
serviceAccount:
create: true
name: nextflow
# nextflow configuration
nxfParams:
workBucketPath: "gs://intervene-gcp-nxf/work"
gcpProject: "prj-ext-dev-intervene-413412"
location: "europe-west2"
spot: false
wave: true
fusion: true
# an input file describing the structure of target genomes
calcWorkflowInput: '[{"sampleset":"hgdp","chrom":null,"vcf_import_dosage":false,"geno":"gs://intervene-gcp-nxf/data/hapnest.pgen","pheno":"gs://intervene-gcp-nxf/data/hapnest.psam","variants":"gs://intervene-gcp-nxf/data/hapnest.pvar","format":"pfile"}]'
# job configuration via a nextflow parameters file
calcJobParams:
input: "/opt/input.json"
min_overlap: 0
pgs_id: PGS000802
pgp_id: null
trait_efo: null
target_build: GRCh38
format: json
outdir: "gs://intervene-gcp-nxf/results"
globflowInput: '{"dir_path_on_guest_collection":"bwingfield@ebi.ac.uk/test_hapnest/","files":[{"filename":"hapnest.pvar","size":214912210},{"filename":"hapnest.pgen","size":278705850}, {"filename":"hapnest.psam","size":8517}]}'
globflowParams:
input: /opt/input.json
outdir: "gs://intervene-gcp-nxf/data"
config_secrets: /opt/globflow/secrets.properties
# these secrets are never written to a file, they're used to create secrets
# values are set with --set, using environment variables from the local machine
# https://stackoverflow.com/a/49930497
secrets:
globusDomain: https://g-1504d5.dd271.03c0.data.globus.org
globusClientId: 5a0da44f-1d46-4368-a10a-e6847a8e6a52
globusClientSecret: Gv9sMsCbll3C4H25MMAh6Suz8ETRk6U4CqUFVhMxFXI=
globusScopes: https://auth.globus.org/scopes/c1e6310c-11d5-4e8a-9443-211884f04c6f/https
towerToken: "eyJ0aWQiOiA4OTI1fS5kNjg1ZGNlMWVhY2QxN2E2MmZkODMxNDA5OWY0YTlhMDNiMzdmYjAy"
towerId: "93771664627627"
monitorUrl: http://localhost:8000/monitor
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment