Skip to content

Commit 2b5112e

Browse files
author
clsteam
committed
version1.0.0
1 parent 63d5726 commit 2b5112e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

config.ini

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
[Root]
2-
path = /public/home/yxu/t0
3-
tools = /public/home/yxu/tools
4-
2+
path = /public/home/yxu/t1
53

64
[Cluster]
7-
name = t0
8-
nodes = comput38
9-
ppn = 10
5+
name = t1
6+
nodes = comput30
7+
ppn = 12
108
walltime = 60:00:00
119

1210

1311
[Resource]
14-
pools = 2
12+
pools = 3
1513

1614

1715
[Workflow]
@@ -24,7 +22,7 @@ lncrna = False
2422

2523
[SampleDir]
2624
prjna270114 =
27-
/public/home/yxu/lung-seq/tumor/undo/0
25+
/public/home/yxu/lung-seq/tumor/undo/1
2826
nix =
2927
; /public/home/yxu/lung-seq/normal/undo/11
3028

img/logging.png

188 KB
Loading

start.py

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def single2(logger, ini: Ini):
220220

221221

222222
def main(server=False, category="ve", ini_file="", level="debug", test=0, sim=False):
223+
test = int(test)
223224

224225
# 计时开始
225226
tic = time.perf_counter()

0 commit comments

Comments
 (0)