Skip to content

Commit

Permalink
docs: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhang32 committed Jun 8, 2024
1 parent 6613b87 commit e0c5b65
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ use std::{fs, fs::File, path::PathBuf};

/// Parse and check input arguments.
#[derive(Parser)]
#[command(
version,
about = "tuni: Unify transcripts outputted by transcript assembly tools"
)]
#[command(version, about = "tuni: Unify transcripts across different samples")]
pub struct Cli {
/// A text file containing GTF/GFF paths.
#[arg(short, long, value_name = "*.txt", required = true)]
pub gtf_gff_path: PathBuf,

/// Directory where outputted GTF/GFFs with unified transcripts will be stored.
/// Directory where outputted GTF/GFFs will be stored.
#[arg(
short,
long,
Expand Down

0 comments on commit e0c5b65

Please sign in to comment.