forked from mdaya/topmed_imputation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
get_imp_server_results.cwl
68 lines (63 loc) · 1.69 KB
/
get_imp_server_results.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
class: CommandLineTool
cwlVersion: v1.0
label: unzip_imp_server_results
doc: A simple tool to download and unzip files from the Michigan imputation server
$namespaces:
sbg: https://sevenbridges.com
requirements:
- class: ShellCommandRequirement
- class: ResourceRequirement
coresMin: 1
ramMin: 4000
- class: DockerRequirement
dockerPull: quay.io/mdaya/topmed_imputation:0.1
inputs:
- id: curl_url
doc: URL to use in the curl command to download TOPMed imputation zip files
type: string
inputBinding:
position: 1
shellQuote: false
- id: zip_pwd
doc: Password for unzipping files
type: string
inputBinding:
position: 2
shellQuote: true
outputs:
- id: output
type: File[]?
outputBinding:
glob: '*.gz'
baseCommand:
- bash /usr/local/bin/unzip_imp_server_results.sh
hints:
- class: sbg:AWSInstanceType
value: m4.large;ebs-gp2;1024
id: |-
https://api.sb.biodatacatalyst.nhlbi.nih.gov/v2/apps/midaya/fhs-imputed/unzip-imp-server-results/0/raw/
sbg:appVersion:
- v1.0
sbg:content_hash: ab94c27ccdad62f677b31e2d3cc3c3bd7a95f2c0f76cfd78a2670fa35e3a4c2e7
sbg:contributors:
- midaya
sbg:copyOf: midaya/cag/unzip-imp-server-results/7
sbg:createdBy: midaya
sbg:createdOn: 1598390838
sbg:id: midaya/fhs-imputed/unzip-imp-server-results/0
sbg:image_url:
sbg:latestRevision: 0
sbg:modifiedBy: midaya
sbg:modifiedOn: 1598390838
sbg:project: midaya/fhs-imputed
sbg:projectName: FHS_imputed
sbg:publisher: sbg
sbg:revision: 0
sbg:revisionNotes: Copy of midaya/cag/unzip-imp-server-results/7
sbg:revisionsInfo:
- sbg:modifiedBy: midaya
sbg:modifiedOn: 1598390838
sbg:revision: 0
sbg:revisionNotes: Copy of midaya/cag/unzip-imp-server-results/7
sbg:sbgMaintained: false
sbg:validationErrors: []