-
Notifications
You must be signed in to change notification settings - Fork 0
/
change.log
74 lines (73 loc) · 2.05 KB
/
change.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
__author__ = 'xutengfei'
__author_email__ = '[email protected]
Fuc:
1: data preprocessing
2:crate index
3: bwa
4: snp and indel calling by GATK+ freebayes + bcftools
5: concat and merge vcf
6: cnv calling by cnvcaller
7: sv calling by breakdancer and lumpy
8: find_gene
9: vcf stat
10: merge sv
Require python3.x
--------------------------------------
Click 7.0
pathlib 2.3.0
matplotlib 3.0.0+
--------------------------------------
changelog:
1: modified the file reading method
2: bug that -i parameter must be positive in snpcall subcommand has been corrected.
3: change file wirting way
4: prompt for successful modification
5: rm sam in correct folder
6:modified selectsnp command in GATK
v1.0
1:change the parameter of cutadapt -p 30,30 to -p 20,20
2:change the parameter of sickle -p 30, -l 30 to -p 20, -l 50
3:change folder name from lower to upper and number
4:add re.IGNORECASE
5:replace grep "XT:A:U" to -q 30 in bwa
6:fix '/' end in refer genome path
7:split bwa output work.sh
8:Modify variable naming
v1.1
1:The robustness of using relative paths is increased
v1.2
1:add GATK home dict
2:create realign bam file list
v1.3
1:Now user can customize the software path
2:find_gene in GWAS's SNP
v1.4
1: fix vcf_merge and bam_merge
2: beagle add option ne=1000 (effective population size)
3: now can selcet cutting adapter or not
v1.4.1
1: Abandon picard's sortsam module
v1.4.2
1:Using toml for Environment Configuration
v1.4.3
1:use the latest version picard,replaced some command of picard
v1.5
1:could use bwa-mem2
2:optimize snpcall process
v1.5.1
1:sort 04.Realign work.sh
2:use sambamba to sort bam
v1.6
1:delete bam_merge
2:add bam_stat
3:add indel detection
4:add cnv detection
v1.6.1
1: add the fuction of vcf_stat
v1.6.2
1: Not using toml
v1.6.3
1:add sv detection
v1.6.4
1:add sv merge
To prevent file accidents, please use the absolute path of files.