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

CLI development #28

Merged
merged 22 commits into from
Oct 31, 2024
Merged

CLI development #28

merged 22 commits into from
Oct 31, 2024

Conversation

tmaklin
Copy link
Owner

@tmaklin tmaklin commented Oct 31, 2024

  • Gate building CLI behind the cli feature.
  • Move cli code to src/cli.
  • Expose max_error_probability in lib.rs and CLI.

This is a breaking update:

  • sablast::matches now takes 4 parameters instead of 3.
  • sablast::map now takes 4 parameters instead of 3.
  • sablast::find now takes 4 parameters instead of 3.

Cargo.toml Show resolved Hide resolved
src/format.rs Show resolved Hide resolved
src/format.rs Show resolved Hide resolved
/// character representation of an alignment `alignment` to determine the
/// nucleotide sequence of the alignment relative to the reference.
///
/// Only works with refined translations as the input (TODO verify).
Copy link
Owner Author

@tmaklin tmaklin Oct 31, 2024

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO verify).

  • Ignore

/// # Examples
/// ## Format a refined translation
///
/// TODO Add test to relative_to_ref documentation.
Copy link
Owner Author

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO Add test to relative_to_ref documentation.

  • Ignore

/// character representation of an alignment `alignment` to determine the
/// nucleotide sequence of the alignment relative to the reference.
///
/// Only works with refined translations as the input (TODO verify).
Copy link
Owner Author

@tmaklin tmaklin Oct 31, 2024

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO verify).

  • Ignore

/// # Examples
/// ## Format a refined translation
///
/// TODO Add test to relative_to_ref documentation.
Copy link
Owner Author

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO Add test to relative_to_ref documentation.

  • Ignore

/// character representation of an alignment `alignment` to determine the
/// nucleotide sequence of the alignment relative to the reference.
///
/// Only works with refined translations as the input (TODO verify).
Copy link
Owner Author

@tmaklin tmaklin Oct 31, 2024

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO verify).

  • Ignore

/// # Examples
/// ## Format a refined translation
///
/// TODO Add test to relative_to_ref documentation.
Copy link
Owner Author

Choose a reason for hiding this comment

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

A new Todo was discovered. If it is not a priority right now,consider marking it for later attention.
TODO Add test to relative_to_ref documentation.

  • Ignore

@tmaklin tmaklin merged commit 5cc26e7 into main Oct 31, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant