Skip to content

Commit 7f27438

Browse files
committed
empty
1 parent 4333da9 commit 7f27438

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

thirdparty/gatb-core-stripped/src/gatb/bank/impl/BankFastaZstd.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,10 @@ IBank* BankFastaZstdFactory::createBank (const std::string& uri)
895895
isFASTA = foundSpace;
896896
}
897897
}
898+
else
899+
{
900+
return new BankFastaZstd(uri);
901+
}
898902
}
899903

900904
return (isFASTA ? new BankFastaZstd (uri) : NULL);

0 commit comments

Comments
 (0)