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>ExampleModule.py -f <filename> -a <add_custom_message> -m <message_to_add> -o <output_filename>
8
-
job.docker.image=genepattern/docker-python36:0.4
7
+
#commandLine when run with source in Docker container:
8
+
commandLine=/ExampleModule/ExampleModule.py -f <filename> -a <add_custom_message> -m <message_to_add> -o <output_filename>
9
+
#commandLine when run with source in module zip/taskLib:
10
+
#commandLine=<python_3.6> <libdir>ExampleModule.py -f <filename> -a <add_custom_message> -m <message_to_add> -o <output_filename>
11
+
job.docker.image=genepattern/example-module:2
9
12
cpuType=any
10
13
description=This is an example 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 text
0 commit comments