We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f2160 commit 574af51Copy full SHA for 574af51
1 file changed
src/subcommand/paths_main.cpp
@@ -421,10 +421,6 @@ int main_paths(int argc, char** argv) {
421
if (list_metadata && !gbwt_file.empty()) {
422
logger.error() << "listing path metadata is not compatible with a GBWT index" << std::endl;
423
}
424
- if ((drop_paths || retain_paths || normalize_paths) && !gbwt_file.empty()) {
425
- logger.error() << "dropping, retaining or normalizing paths "
426
- << "only works on embedded graph paths, not GBWT threads" << std::endl;
427
- }
428
if (coverage && !gbwt_file.empty()) {
429
logger.error() << "coverage option -c only works on embedded graph paths, not GBWT threads" << std::endl;
430
0 commit comments