Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 04ddf2d

Browse files
committed
[zlib_libblast] Added the description files for zlib libblast
1 parent a1b0ac6 commit 04ddf2d

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

zlib_libblast/License.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
The zlib/libpng License
2+
=======================
3+
4+
Copyright (C) 2003, 2012, 2013 Mark Adler
5+
6+
This software is provided 'as-is', without any express or implied warranty. In
7+
no event will the authors be held liable for any damages arising from the use of
8+
this software.
9+
10+
Permission is granted to anyone to use this software for any purpose, including
11+
commercial applications, and to alter it and redistribute it freely, subject to
12+
the following restrictions:
13+
14+
1. The origin of this software must not be misrepresented; you must not claim
15+
that you wrote the original software. If you use this software in a product,
16+
an acknowledgment in the product documentation would be appreciated but is
17+
not required.
18+
19+
2. Altered source versions must be plainly marked as such, and must not be
20+
misrepresented as being the original software.
21+
22+
3. This notice may not be removed or altered from any source distribution.
23+
24+

zlib_libblast/ReadMe.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Well-known small compressed-decompressed pair [provided by Ben Rudiak-Gould](https://groups.google.com/g/comp.compression/c/M5P064or93o/m/W1ca1-ad6kgJ) and [used as a test in ZLib](https://github.com/madler/zlib/tree/cacf7f1d4e3d44d871b605da3b647f07d718623f/contrib/blast).
2+
3+
Ben Rudiak-Gould has provided a bit different pair with `C7` as the sixth byte of compressed stream, but it was incorrect and a fixed one is used.

zlib_libblast/meta.ftsmeta

20 Bytes
Binary file not shown.

zlib_libblast/meta.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"rawExt": "txt",
3+
"processedExt": "pk",
4+
"parameters":{
5+
"*":{
6+
"dictionarySize": 1024,
7+
"mode": "binary"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)