Skip to content

Commit

Permalink
docs: Update param docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jul 24, 2024
1 parent b81f262 commit a43821a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Parameters for the annotation subworkflow
| `min_qcover` | Minimum coverage of each match for filtering | `number` | 0.6 |
| `skip_profile_creation` | Skip annotation feature profile creation | `boolean` | |
| `feature_profile_columns` | Columns to include in the feature profile | `string` | mobsuite,rgi,cazy,vfdb,iceberg,bacmet |
| `upset_plot_columns` | Columns to use for making Upset plots of genome features | `string` | |

## Phylogenomics

Expand All @@ -71,7 +72,7 @@ Parameters for the lineage subworkflow
| `poppunk_model` | Which PopPunk model to use (bgmm, dbscan, refine, threshold or lineage) | `string` | |
| `run_poppunk_qc` | Whether to run the QC step for PopPunk | `boolean` | |
| `enable_subsetting` | Enable subsetting workflow based on genome similarity | `boolean` | |
| `core_similarity` | Similarity threshold for core genomes | `number` | 99.99 |
| `core_similarity` | Similarity threshold for core genomes | `number` | 99.9 |
| `accessory_similarity` | Similarity threshold for accessory genes | `number` | 99 |

## Gene Order
Expand Down

0 comments on commit a43821a

Please sign in to comment.