Skip to content

Commit

Permalink
Add in-place emission to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Mar 19, 2024
1 parent 9c23064 commit dc7024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/turnt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ command = "../polbin/target/debug/polbin -o {base}.flatgfa < {filename} ; ../pol
output.gfa = "-"

[envs.polbin_file_inplace]
command = "../polbin/target/debug/polbin -o {base}.flatgfa < {filename} ; ../polbin/target/debug/polbin -m -i {base}.flatgfa"
command = "../polbin/target/debug/polbin -m -p 128 -o {base}.inplace.flatgfa < {filename} ; ../polbin/target/debug/polbin -m -i {base}.inplace.flatgfa"
output.gfa = "-"

0 comments on commit dc7024d

Please sign in to comment.