File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ rule align:
13
13
extra = lambda wc , input : f'--outSAMtype BAM SortedByCoordinate --quantMode GeneCounts --sjdbGTFfile { input .gtf } { config ["params" ]["star" ]} ' ,
14
14
threads : 24
15
15
wrapper :
16
- "v1.21.4 /bio/star/align"
16
+ "v3.5.3 /bio/star/align"
Original file line number Diff line number Diff line change @@ -193,4 +193,4 @@ rule multiqc:
193
193
log :
194
194
"logs/multiqc.log" ,
195
195
wrapper :
196
- "v2.7.0 /bio/multiqc"
196
+ "v3.5.3 /bio/multiqc"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ rule get_genome:
10
10
release = config ["ref" ]["release" ],
11
11
cache : True
12
12
wrapper :
13
- "v1.21.4 /bio/reference/ensembl-sequence"
13
+ "v3.5.3 /bio/reference/ensembl-sequence"
14
14
15
15
16
16
rule get_annotation :
@@ -26,7 +26,7 @@ rule get_annotation:
26
26
log :
27
27
"logs/get_annotation.log" ,
28
28
wrapper :
29
- "v1.21.4 /bio/reference/ensembl-annotation"
29
+ "v3.5.3 /bio/reference/ensembl-annotation"
30
30
31
31
32
32
rule genome_faidx :
@@ -38,7 +38,7 @@ rule genome_faidx:
38
38
"logs/genome-faidx.log" ,
39
39
cache : True
40
40
wrapper :
41
- "v1.21.4 /bio/samtools/faidx"
41
+ "v3.5.3 /bio/samtools/faidx"
42
42
43
43
44
44
rule bwa_index :
@@ -52,7 +52,7 @@ rule bwa_index:
52
52
mem_mb = 369000 ,
53
53
cache : True
54
54
wrapper :
55
- "v1.21.4 /bio/bwa/index"
55
+ "v3.5.3 /bio/bwa/index"
56
56
57
57
58
58
rule star_index :
@@ -68,4 +68,4 @@ rule star_index:
68
68
"logs/star_index_genome.log" ,
69
69
cache : True
70
70
wrapper :
71
- "v1.21.4 /bio/star/index"
71
+ "v3.5.3 /bio/star/index"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rule get_sra:
5
5
log :
6
6
"logs/get-sra/{accession}.log" ,
7
7
wrapper :
8
- "v1.21.4 /bio/sra-tools/fasterq-dump"
8
+ "v3.5.3 /bio/sra-tools/fasterq-dump"
9
9
10
10
11
11
rule cutadapt_pipe :
@@ -36,7 +36,7 @@ rule cutadapt_pe:
36
36
adapters = lambda w : str (units .loc [w .sample ].loc [w .unit , "adapters" ]),
37
37
threads : 8
38
38
wrapper :
39
- "v1.21.4 /bio/cutadapt/pe"
39
+ "v3.5.3 /bio/cutadapt/pe"
40
40
41
41
42
42
rule cutadapt_se :
@@ -52,4 +52,4 @@ rule cutadapt_se:
52
52
adapters = lambda w : str (units .loc [w .sample ].loc [w .unit , "adapters" ]),
53
53
threads : 8
54
54
wrapper :
55
- "v1.21.4 /bio/cutadapt/se"
55
+ "v3.5.3 /bio/cutadapt/se"
You can’t perform that action at this time.
0 commit comments