Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST] Add --output-sketches test. #246

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

smehringer
Copy link
Member

No description provided.

@seqan-actions seqan-actions added lint and removed lint labels Aug 13, 2024
@smehringer smehringer merged commit 384cd8b into seqan:main Aug 13, 2024
21 checks passed
@smehringer smehringer deleted the test branch August 13, 2024 20:00
Comment on lines +20 to +23
seqan3::test::tmp_directory tmp_dir{};
std::filesystem::path const input_filename{tmp_dir.path() / "data.filenames"};
std::filesystem::path const layout_filename{tmp_dir.path() / "output.binning"};
std::filesystem::path const sketches_dir{tmp_dir.path() / "sketches"};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cli_test fixture already takes care of creating a temporary worling directory, so you can just use, e.g., "data.filenames" as path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants