Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phylogenetic placement part 2 #562

Open
erikrikarddaniel opened this issue Mar 27, 2023 · 0 comments
Open

Phylogenetic placement part 2 #562

erikrikarddaniel opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@erikrikarddaniel
Copy link
Member

Description of feature

If --pplace or not --skip_pplace run phylogenetic placement with standard data.

Add reference data to taxonomy reference configs so that:

Accept a list of taxa in the form of d__Bacteria pointing to ref tree, alignment, model, align method and name. Grep output taxonomy assignment with the keys and subset ASV sequences for each tree/alignment etc.

In a separate config context:

[
  d__Bacteria = [
    alignmethod: "mafft",
    refseqfile: "_url_",
    refphylogeny: "_url_",
    reftaxonomy: "_url_",
    model: "GTR+I",
    pplace_name: "GTDB Bacteria"
  ],
  d__Archaea = [
    ...
  ]
]
@erikrikarddaniel erikrikarddaniel added the enhancement New feature or request label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant