Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jan 13, 2025
1 parent 8b2edee commit f8ee85d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autocycler"
version = "0.1.2"
version = "0.2.0"
authors = ["Ryan Wick <[email protected]>"]
edition = "2021"
description = "consensus bacterial genome assemblies"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct Cli {
#[derive(Subcommand)]
enum Commands {

/// Remove specified tigs and then merge linear paths
/// manual manipulation of the final consensus assebly graph
Clean {
/// Autocycler GFA file (required)
#[clap(short = 'i', long = "in_gfa", required = true)]
Expand Down

0 comments on commit f8ee85d

Please sign in to comment.