Skip to content

Commit 574af51

Browse files
committed
not needed
1 parent 26f2160 commit 574af51

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/subcommand/paths_main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,6 @@ int main_paths(int argc, char** argv) {
421421
if (list_metadata && !gbwt_file.empty()) {
422422
logger.error() << "listing path metadata is not compatible with a GBWT index" << std::endl;
423423
}
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-
}
428424
if (coverage && !gbwt_file.empty()) {
429425
logger.error() << "coverage option -c only works on embedded graph paths, not GBWT threads" << std::endl;
430426
}

0 commit comments

Comments
 (0)