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
4. Make sure the manifest file is in the top-most directory (e.g., txt2odf/) -- You may need to remove the manifest that was created for ABasicModule
45
+
4. Make sure the manifest file is in the top-most directory (e.g., txt2odf/) -- You may need to remove the manifest that was created for ExampleModule
46
46
- Double check that the quality has been set to production (as opposed to development, since this module is set to be released), i.e., "quality=production"
47
47
5. Open build.xml and modify the second line "name=**INSERT_MODULE_NAME_HERE** (in this case it is txt2odf)
48
48
6. Open doc.html in a text editor and modify line 4, url=**INSERT_DOCUMENTATION_URL_HERE** to know what address to put there, follow these steps:
commandLine=<python_3.6> <libdir>ABasicModule.py -f <filename> -a <add_custom_message> -m <message_to_add> -o <output_filename>
6
+
categories=administration
7
+
commandLine=<python_3.6> <libdir>ExampleModule.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 an exmaple GenePattern module written in Python 3. It can be used as a template for future modules. It reads a file and potentially adds a line of tesxt
11
11
fileFormat=txt
12
12
language=Python
13
-
name=ABasicModule
13
+
name=ExampleModule
14
14
os=any
15
15
p1_MODE=IN
16
16
p1_TYPE=FILE
@@ -28,7 +28,7 @@ p1_value=
28
28
p2_MODE=
29
29
p2_TYPE=TEXT
30
30
p2_default_value=False
31
-
p2_description=Wether or not to add a custom message
31
+
p2_description=Whether or not to add a custom message
0 commit comments