Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
tlemane committed May 31, 2024
1 parent 4333da9 commit 7f27438
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,10 @@ IBank* BankFastaZstdFactory::createBank (const std::string& uri)
isFASTA = foundSpace;
}
}
else
{
return new BankFastaZstd(uri);
}
}

return (isFASTA ? new BankFastaZstd (uri) : NULL);
Expand Down

0 comments on commit 7f27438

Please sign in to comment.