Skip to content

Commit

Permalink
Bump version in main.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed May 22, 2024
1 parent 690e31f commit b4117bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ https://github.com/SciLifeLab/umi-transfer

#[derive(clap::Parser)]
#[clap(
version = "1.5.0dev",
author = "Written by Judit Hohenthal, Matthias Zepper & Johannes Alneberg",
version = "1.5.0",
author = "Written by Matthias Zepper, Judit Hohenthal & Johannes Alneberg",
about = "A tool for transferring Unique Molecular Identifiers (UMIs).",
long_about = "Most tools capable of using UMIs to increase the accuracy of quantitative DNA sequencing experiments expect the respective UMI sequence to be embedded into the reads' IDs. You can use `umi-transfer external` to retrieve UMIs from a separate FastQ file and embed them to the IDs of your paired FastQ files."
)]
Expand Down

0 comments on commit b4117bf

Please sign in to comment.