Skip to content

Commit

Permalink
update annotations and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
HaolingZHANG committed Apr 14, 2020
1 parent 6414082 commit 986b1be
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/demo_case_fc_with_hm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Fountain Codec (DNA Fountain) with Hamming Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_fc_with_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Fountain Codec (DNA Fountain) with Reed-Solomon Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_gc_with_hm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Grass' Code with Hamming Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_gc_with_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Grass' Code with Reed-Solomon Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_hc_with_hm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Huffman (Goldman's) Codec with Hamming Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_hc_with_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Huffman (Goldman's) Codec with Reed-Solomon Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_sc_with_hm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Simple Codec (Church et al Code) with Hamming Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_sc_with_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Simple Codec (Church et al Code) with Reed-Solomon Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_yyc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Yin-Yang Codec.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_yyc_with_hm.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Yin-Yang Codec with Hamming Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/demo_case_yyc_with_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Version: 1
Function(s): The demo case of Yin-Yang Code.
Function(s): The demo case of Yin-Yang Codec with Reed-Solomon Code.
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="Chamaeleo",
version="1.16",
version="1.17",
description="library for the well accepted coding schemes of DNA storage",
long_description="Chamaeleo is currently the only collection focused on different codec methods for DNA storage. This kit is mainly developed and operated by BGI-Research (Shenzhen). It provides you a chance to use the classical DNA encoding and decoding methods to save files into DNA sequences or load them from DNA sequences.",
author="Zhi PING, Hao-Ling ZHANG, Sha (Joe) ZHU",
Expand Down

0 comments on commit 986b1be

Please sign in to comment.