-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVersion.log
81 lines (47 loc) · 1.8 KB
/
Version.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# DCom is a mini program for DNA sequences compression, decompression, and scheme advicing.
# This is a document to record develop log.
## Version 0.1
Release time: 2021.5.22
Construction of main function. Add a "printhelp()" function to print help doc. Provide options choose mode as FULL NAME and SHORT NAME (-h or help).
## Version 0.2
Release time: 2021.5.24
Reconstruction of main function. Utilizing getopt() functions to obtain prompt parameters. Provide options with LONG OPTION, SHORT OPTION, and MIX OPTION.
(-h, --help, -cg)
## Version 0.2.1
Release time: 2021.5.24
Fix bugs of main function.
## Version 0.2.2
Release time: 2021.5.26
Add restirction on mode choose. User must choose mode firstly.
## Version 0.3.0
Release time: 2021.5.30
Add functions:
* transfer fastq file to standard fasta file. Option: -t/--transfer
* extract sequences from standard fasta file or transfered file(FILENAME.transfer).
* count the total char number in specific file.
## Version 1.0.0
Release time: 2021.5.31
Add function:
* MFC compression/decompression algorithm is supported now.
Features
## Version 1.0.1
Release time: 2021.6.1
Bug fixed:
Problem in creat_file.c Segmentation fault occur sometimes.
## Version 1.0.2
Release time: 2021.6.2
Function improvement
the fastq file will be converted to fasta as "xx.fa" instead of "xx.fq.fa"
Simplify the suffixs of transfered or extracted file as "xx.fa" and "xx.ex"
## Version 1.1.0
Release time: 2021.6.2
Add function:
The Huffman compression algorithms is supported now.
## Version 1.2.0
Release time: 2021.6.4
Add function:
The OEC compression algorithms is supported now.
## Version 1.3.0
Release time: 2021.6.5
Add function:
The Num compression algorithms is supported now.