sanger-tol / blobtoolkit

Nextflow pipeline for BlobToolKit for Sanger ToL production suite
https://pipelines.tol.sanger.ac.uk/blobtoolkit
MIT License
10 stars 0 forks source link

Improved generation of the summary Yaml file #77

Open priyanka-surana opened 1 year ago

priyanka-surana commented 1 year ago

Description of feature

Update the input config to fix the summary YAML generated

muffato commented 4 months ago

In my tests (https://github.com/sanger-tol/blobtoolkit/issues/91#issuecomment-1936255635), this is the minimal Yaml file a user has to provide for a draft assembly

assembly:
  level: bar
settings:
  foo: 0
similarity:
  diamond_blastx:
    foo: 0
taxon:
  class: class_name
  family: family_name
  genus: genus_name
  kingdom: kingdom_name
  name: species_name
  order: order_name
  phylum: phylum_name
  superkingdom: superkingdom_name
  taxid: 0

None of the values matter, but the keys have to be present.