From 185a8a5dc619b44a12d63b8dbed825b9595e7406 Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Tue, 13 Jun 2023 13:54:37 -0400 Subject: [PATCH] format and minor --- src/simpleaf_commands.rs | 2 +- src/simpleaf_commands/indexing.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simpleaf_commands.rs b/src/simpleaf_commands.rs index f4c73dc..44ba92e 100644 --- a/src/simpleaf_commands.rs +++ b/src/simpleaf_commands.rs @@ -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, diff --git a/src/simpleaf_commands/indexing.rs b/src/simpleaf_commands/indexing.rs index 5665677..6a40854 100644 --- a/src/simpleaf_commands/indexing.rs +++ b/src/simpleaf_commands/indexing.rs @@ -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()];