Skip to content

Commit

Permalink
chore: --pick-transcript-mode requires --pick-transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Nov 28, 2024
1 parent a8a923f commit 03005f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotate/seqvars/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub struct Args {
///
/// When transcript picking is enabled via `--pick-transcript`,
/// either keep the first one found or keep all that match.
#[arg(long, default_value = "all")]
#[arg(long, default_value = "all", requires = "pick_transcript")]
pub pick_transcript_mode: TranscriptPickMode,

/// For debug purposes, maximal number of variants to annotate.
Expand Down

0 comments on commit 03005f2

Please sign in to comment.