Skip to content

Commit 07861e4

Browse files
committed
Fix the distance test
1 parent fdf0888 commit 07861e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/distance.rs

-5
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ mod tests {
9393
.current_dir(sandbox.get_wd())
9494
.arg("sketch")
9595
.args(&["--k-vals", "3"])
96-
.arg("--seq-files")
9796
.arg(sandbox.file_string("short_sequence.fa", TestDir::Input))
9897
.arg("-v")
9998
.args(&["-o", "test1_part1"])
@@ -106,7 +105,6 @@ mod tests {
106105
.current_dir(sandbox.get_wd())
107106
.arg("sketch")
108107
.args(&["--k-vals", "3"])
109-
.arg("--seq-files")
110108
.arg(sandbox.file_string("short_sequence_SNP.fa", TestDir::Input))
111109
.arg("-v")
112110
.args(&["-o", "test1_part2"])
@@ -132,7 +130,6 @@ mod tests {
132130
.current_dir(sandbox.get_wd())
133131
.arg("sketch")
134132
.args(&["--k-vals", "17"])
135-
.arg("--seq-files")
136133
.arg(sandbox.file_string("14412_3#82.contigs_velvet.fa.gz", TestDir::Input))
137134
.arg("-v")
138135
.args(&["-o", "test2_part1"])
@@ -146,7 +143,6 @@ mod tests {
146143
.current_dir(sandbox.get_wd())
147144
.arg("sketch")
148145
.args(&["--k-vals", "17"])
149-
.arg("--seq-files")
150146
.arg(sandbox.file_string(
151147
"14412_3#82.contigs_velvet_removed_block.fa.gz",
152148
TestDir::Input,
@@ -176,7 +172,6 @@ mod tests {
176172
.arg("sketch")
177173
.args(&["--k-vals", "31"])
178174
.args(&["-s", "10000"])
179-
.arg("--seq-files")
180175
.arg(sandbox.file_string("14412_3#82.contigs_velvet.fa.gz", TestDir::Input))
181176
.arg(sandbox.file_string("14412_3#84.contigs_velvet.fa.gz", TestDir::Input))
182177
.arg(sandbox.file_string("R6.fa.gz", TestDir::Input))

0 commit comments

Comments
 (0)