ktmeaton / ncov-recombinant

Reproducible workflow for SARS-CoV-2 recombinant sequence detection.
MIT License
18 stars 2 forks source link

Make LAPIS query of covSPECTRUM optional #201

Closed ktmeaton closed 1 year ago

ktmeaton commented 1 year ago

Infrequently, the pipeline may exit due to network issues connecting to covSPECTRUM. This mainly happens when multiple builds are running simultaneously, and using the API at the same time.

LAPIS queries can be disabled by setting the lapis parameter to false under sc2rf_recombinants in your profile's builds.yaml. The fields parent_lineages_* and cov-spectrum_* will be left as NA. For example:

builds:

    - name: tutorial
      metadata: data/tutorial/metadata.tsv
      sequences: data/tutorial/sequences.fasta

      sc2rf_recombinants:
          lapis: false