forked from azroger/cyverse_agave_apps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbayesembler4.json
47 lines (47 loc) · 1.14 KB
/
bayesembler4.json
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
{
"name": "rb-Bayesembler",
"parallelism": "SERIAL",
"version": "1.2.0",
"revision": 2,
"helpURI": "http://bioinformatics-centre.github.io/bayesembler/",
"label": "Bayesembler",
"shortDescription": "bayesian transcriptome assembler",
"longDescription": "transcript assembler for ref-based assembly.",
"author": "Roger Barthelson",
"datePublished": "06/01/16",
"tags": [
"assembler",
"NGS",
"Illumina",
"Bayesian",
"transcript"
],
"ontology": [
"http://sswapmeet.sswap.info/sequenceServices/SequenceServices"
],
"defaultMaxRunTime": "47:56:00",
"defaultQueue": "normal",
"defaultNodeCount": 1,
"defaultMemoryPerNode": 64,
"defaultProcessorsPerNode": 24,
"executionHost": "rogerab-starland",
"executionSystem": "rogerab-starland",
"executionType": "HPC",
"deploymentPath": "rogerab/applications/bayesembler-1.2/bin",
"templatePath": "bayes_wrapper3.sh",
"testPath": "../test/bayes_wrapper2.sh",
"checkpointable": true,
"modules": [
"purge",
"load TACC",
"load samtools/1.3"
],
"inputs": [{
"id": "prBam1",
"value": {
"default": "",
"validator": "",
"visible": true,
"required": false,
"order": 1
},