Skip to content

Commit

Permalink
Merge pull request #1245 from nextstrain/chore/alignment-camel
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov authored Sep 6, 2023
2 parents abbb586 + d9bd22e commit 86adcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages_rs/nextclade/src/align/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub enum GapAlignmentSide {
#[allow(clippy::struct_excessive_bools)]
#[optfield(pub AlignPairwiseParamsOptional, attrs, doc, field_attrs, field_doc, merge_fn = pub)]
#[derive(Parser, Debug, Clone, Serialize, Deserialize, schemars::JsonSchema)]
#[serde(rename_all = "camelCase")]
pub struct AlignPairwiseParams {
/// Minimum length of nucleotide sequence to consider for alignment.
///
Expand Down

1 comment on commit 86adcf7

@vercel
Copy link

@vercel vercel bot commented on 86adcf7 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade.vercel.app
nextclade-nextstrain.vercel.app
nextclade-git-master-nextstrain.vercel.app

Please sign in to comment.