This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compute_principal__0.0.1.yaml
81 lines (81 loc) · 2.98 KB
/
compute_principal__0.0.1.yaml
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
!mobyle/program
name: compute_principal_
version: 0.0.1
title: compute_principal_
description: Compute principal components given a .hud file.
inputs: !mobyle/inputparagraph
children:
- !mobyle/inputprogramparameter {prompt: contents of a .hud file, format: '" --hud="
+ str(value)', simple: true, argpos: 1, mandatory: true, name: hud, command: false}
- !mobyle/inputprogramparagraph
prompt: input options
name: input_options
children:
- !mobyle/inputprogramparameter
prompt: the data source is really diploid and biallelic
format: '" --diploid_and_biallelic=" + ("Y" if value else "N")'
simple: true
argpos: 2
mandatory: true
name: diploid_and_biallelic
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: find this many principal components
format: '" --npcs=" + str(value)'
simple: true
argpos: 3
mandatory: true
name: npcs
command: false
type: !mobyle/integertype {default: 3}
- !mobyle/inputprogramparagraph
prompt: output options
name: output_options
children:
- !mobyle/inputprogramparameter
prompt: add row indices for R table compatibility
format: '" --add_indices=" + ("Y" if value else "N")'
simple: true
argpos: 4
mandatory: true
name: add_indices
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: force first-column elements to be IC-prefixed
format: '" --clean_isolates=" + ("Y" if value else "N")'
simple: true
argpos: 5
mandatory: true
name: clean_isolates
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: write to file for mobyle
format: '" --write_to_file_for_mobyle"'
argpos: 6
name: write_to_file_for_mobyle
command: false
hidden: true
type: !mobyle/booleantype {}
outputs: !mobyle/outputparagraph
children:
- !mobyle/outputprogramparameter {prompt: compute_principal__out, filenames: '"out.table"',
name: compute_principal__out}
- !mobyle/outputprogramparameter
prompt: Standard output
filenames: '"compute_principal_.out"'
name: stdout
output_type: stdout
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
- !mobyle/outputprogramparameter
prompt: Standard error
filenames: '"compute_principal_.err"'
name: stderr
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
command: runbsub -n 1 -W 720 -q dean -o result.out -e result.err __bsubArgsEnd__ /usr/local/apps/python-2.6.5/bin/python
/home/mobyle/pca/auto.py 20100608a
env: {}