Skip to content

Commit

Permalink
format and minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jun 13, 2023
1 parent fb41b72 commit 185a8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/simpleaf_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub enum Commands {
requires = "fasta",
conflicts_with = "ref_seq",
default_value_t = 91,
hide_default_value = true,
hide_default_value = true
)]
rlen: i64,

Expand Down
2 changes: 1 addition & 1 deletion src/simpleaf_commands/indexing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn build_ref_and_index(af_home_path: &Path, index_args: Commands) -> anyhow:
}

let ref_seq = reference_sequence.with_context(||
"Reference sequence should either be generated from --fasta by make-splici or set with --ref-seq",
"Reference sequence should either be generated from --fasta with reftype spliced+intronic / spliced+unspliced or set with --ref-seq",
)?;

let input_files = vec![ref_seq.clone()];
Expand Down

0 comments on commit 185a8a5

Please sign in to comment.