We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3f186 commit 87f67fcCopy full SHA for 87f67fc
1 file changed
tests/alignment_features.rs
@@ -828,8 +828,7 @@ fn test_bare_dot_prefix_is_literal_string() {
828
// SAMPLE. is a bare-dot prefix; STAR writes SAMPLE.Aligned.out.bam at the top level.
829
let prefix = format!("{}/SAMPLE.", run_dir.display());
830
831
- Command::cargo_bin("rustar-aligner")
832
- .unwrap()
+ cargo_bin_cmd!("rustar-aligner")
833
.args([
834
"--runMode",
835
"alignReads",
0 commit comments