Skip to content

Commit 4bc3694

Browse files
committed
updating version
1 parent cee0f2b commit 4bc3694

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

manifest

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#ABasicModule
22
#Tue May 01 20:52:13 UTC 2018
33
JVMLevel=
4-
LSID=urn\:lsid\:8080.gpserver.ip-172-31-26-71.ip-172-31-26-71.ec2.internal\:genepatternmodules\:42\:4
4+
LSID=urn\:lsid\:broad.mit.edu\:cancer.software.genepattern.module.analysis\:00374\:1.0
55
author=Edwin F. Juarez;UCSD - Mesirov Lab
66
categories=Administration
77
commandLine=<python_3.6> <libdir>ABasicModule.py -f <filename> -a <add_custom_message> -m <message_to_add> -o <output_filename>
88
job.docker.image=genepattern/docker-python36:0.4
99
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
1111
fileFormat=txt
1212
language=Python
1313
name=ABasicModule
@@ -17,7 +17,7 @@ p1_TYPE=FILE
1717
p1_default_value=
1818
p1_description=Name of the file to be read
1919
p1_fileFormat=txt
20-
p1_flag=-f
20+
p1_flag=-f
2121
p1_name=filename
2222
p1_numValues=0..1
2323
p1_optional=
@@ -30,7 +30,7 @@ p2_TYPE=TEXT
3030
p2_default_value=False
3131
p2_description=Wether or not to add a custom message
3232
p2_fileFormat=
33-
p2_flag=-a
33+
p2_flag=-a
3434
p2_name=add_custom_message
3535
p2_numValues=0..1
3636
p2_optional=
@@ -43,7 +43,7 @@ p3_TYPE=TEXT
4343
p3_default_value=
4444
p3_description=What message to add (if any)
4545
p3_fileFormat=
46-
p3_flag=-m
46+
p3_flag=-m
4747
p3_name=message_to_add
4848
p3_numValues=0..1
4949
p3_optional=
@@ -56,7 +56,7 @@ p4_TYPE=TEXT
5656
p4_default_value=
5757
p4_description=The basename to use for output file (no need to add ".txt" at the end)
5858
p4_fileFormat=
59-
p4_flag=-o
59+
p4_flag=-o
6060
p4_name=output_filename
6161
p4_numValues=0..1
6262
p4_optional=
@@ -66,7 +66,7 @@ p4_type=java.lang.String
6666
p4_value=
6767
privacy=public
6868
quality=production
69-
taskDoc=
69+
taskDoc=doc.html
7070
taskType=Administration
7171
userid=edjuaro
7272
version=Initial version

prerelease.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#updated before first build
2-
#Wed, 16 Apr 2018 15:16:19
2+
#Wed, 1 May 2018 15:30:42
33
#prerelease version number
4-
prerelease.number=3
4+
prerelease.number=0

release.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#update release version number
2-
#Wed, 16 Apr 2018 15:17:57 PST
3-
build.number=3
2+
#Wed, 1 May 2018 15:30:29 PST
3+
build.number=1

0 commit comments

Comments
 (0)