-
Notifications
You must be signed in to change notification settings - Fork 23
/
xtea_germline_hg38.cwl
88 lines (73 loc) · 1.4 KB
/
xtea_germline_hg38.cwl
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
82
83
84
85
86
87
88
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: CommandLineTool
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.gencode)
entryname: gencode.annotation.gff3
hints:
- class: DockerRequirement
dockerPull: warbler/xtea_germline:v0.2.1
baseCommand:
- "python"
- "/usr/local/bin/gnrt_pipeline_germline_cloud_v38.py"
- "-D"
- "-o"
- "run_jobs.sh"
- "--xtea"
- "/usr/local/bin/"
- "-p"
- "."
inputs:
- id: sample
type: string
inputBinding:
prefix: -i
doc: sample name
- id: input_bam
type: File
inputBinding:
prefix: -b
secondaryFiles:
- .bai
- id: genome_tar
type: File
inputBinding:
prefix: -r
doc: genome library |
gzip archive
- id: repeats_tar
type: File
inputBinding:
prefix: -l
doc: repeats library |
gzip archive
- id: gencode
type: File
doc: gencode.annotation.gff3
- id: nthreads
type: int
default: 16
inputBinding:
prefix: -n
- id: f
type: int
default: 5907
inputBinding:
prefix: -f
- id: y
type: int
default: 7
inputBinding:
prefix: -y
doc: analysis type |
1 for LINE1, 2 for ALU, 4 for SVA
outputs:
- id: output
type: File
outputBinding:
glob: $(inputs.sample + "_*" + ".tar.gz")
doc: |
run xTea