You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commandLine=<python_3.6> <libdir>ABasicModule.py -f <filename> -a <add_custom_message> -m <message_to_add> -o <output_filename>
8
8
job.docker.image=genepattern/docker-python36:0.4
9
9
cpuType=any
10
-
description=This is a basic GenePattern module written in Python 3. It can be taken as a "blank canvas" for future modules. It reads a file and potentially adds a
10
+
description=This is a basic GenePattern module written in Python 3. It can be taken as a "blank canvas" for future modules. It reads a file and potentially adds a
11
11
fileFormat=txt
12
12
language=Python
13
13
name=ABasicModule
@@ -17,7 +17,7 @@ p1_TYPE=FILE
17
17
p1_default_value=
18
18
p1_description=Name of the file to be read
19
19
p1_fileFormat=txt
20
-
p1_flag=-f
20
+
p1_flag=-f
21
21
p1_name=filename
22
22
p1_numValues=0..1
23
23
p1_optional=
@@ -30,7 +30,7 @@ p2_TYPE=TEXT
30
30
p2_default_value=False
31
31
p2_description=Wether or not to add a custom message
32
32
p2_fileFormat=
33
-
p2_flag=-a
33
+
p2_flag=-a
34
34
p2_name=add_custom_message
35
35
p2_numValues=0..1
36
36
p2_optional=
@@ -43,7 +43,7 @@ p3_TYPE=TEXT
43
43
p3_default_value=
44
44
p3_description=What message to add (if any)
45
45
p3_fileFormat=
46
-
p3_flag=-m
46
+
p3_flag=-m
47
47
p3_name=message_to_add
48
48
p3_numValues=0..1
49
49
p3_optional=
@@ -56,7 +56,7 @@ p4_TYPE=TEXT
56
56
p4_default_value=
57
57
p4_description=The basename to use for output file (no need to add ".txt" at the end)
0 commit comments