File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ cmo.egg-info/
6
6
** .swp
7
7
docs /build /
8
8
cmo /_version.py
9
+ venv
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ if __name__ =='__main__':
16
16
parser .add_argument ("--fastq2" )
17
17
parser .add_argument ("--output" , required = True )
18
18
parser .add_argument ("--sam" , action = 'store_true' , help = "Produce Sam instead of the default bam (Boolean)" )
19
- parser .add_argument ("--version" , required = True , choices = cmo .util .programs ['bwa' ].keys ())
20
- args_dict = parse_bwa_help (cmo .util .programs ['bwa' ]['default' ] + " mem" )
19
+ parser .add_argument ("--version" , required = True , choices = cmo .util .programs ['bwa' ].keys ())
21
20
if "-h" in args_dict :
22
21
args_dict ['-hh' ]= args_dict ['-h' ]
23
22
del args_dict ['-h' ]
Original file line number Diff line number Diff line change 11
11
{
12
12
"default" :" /opt/common/CentOS_6/bwa/bwa-0.7.12/bwa" ,
13
13
"0.7.12" :" /opt/common/CentOS_6/bwa/bwa-0.7.12/bwa" ,
14
- "0.7.10" :" /opt/common/CentOS_6/bwa/bwa-0.7.10/bwa"
14
+ "0.7.10" :" /opt/common/CentOS_6/bwa/bwa-0.7.10/bwa" ,
15
+ "0.7.5a" :" /opt/common/CentOS_6/bwa/bwa-0.7.5a/bwa"
15
16
},
16
17
"gatk" :
17
18
{
25
26
"default" :" /opt/common/CentOS_6-dev/samstat/1.5.1/samstat" ,
26
27
"1.5.1" :" /opt/common/CentOS_6-dev/samstat/1.5.1/samstat"
27
28
},
29
+ "trimgalore" :
30
+ {
31
+ "default" :" /opt/common/CentOS_6/trim_galore/Trim_Galore_v0.2.5/trim_galore" ,
32
+ "0.2.5" :" /opt/common/CentOS_6/trim_galore/Trim_Galore_v0.2.5/trim_galore"
33
+ },
28
34
"cutadapt" :
29
35
{
30
36
"default" :" /opt/common/CentOS_6-dev/python/python-2.7.10/bin/cutadapt" ,
37
+ "1.1" :" /opt/common/CentOS_6/cutadapt/cutadapt-1.1/bin/cutadapt" ,
31
38
"1.9.1" :" /opt/common/CentOS_6-dev/python/python-2.7.10/bin/cutadapt"
32
39
},
33
40
"convertqualityscore" :
55
62
{
56
63
"default" :" /opt/common/CentOS_6/picard/picard-tools-1.129/picard.jar" ,
57
64
"1.124" :" /opt/common/CentOS_6/picard/picard-tools-1.124/picard.jar" ,
58
- "1.129" :" /opt/common/CentOS_6/picard/picard-tools-1.129/picard.jar"
65
+ "1.129" :" /opt/common/CentOS_6/picard/picard-tools-1.129/picard.jar" ,
66
+ "1.96" :" /opt/common/CentOS_6/picard/picard-tools-1.96/"
59
67
},
60
68
"java" :
61
69
{
You can’t perform that action at this time.
0 commit comments