Skip to content

Commit d8a61c4

Browse files
committed
updating doc specification
1 parent 0fb4896 commit d8a61c4

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/v2/doc.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<!DOCTYPE meta PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22
<html>
33
<head>
4-
<meta http-equiv="refresh" content="0;url=https://genepattern.github.io/ExampleModule/v2/index.md">
4+
<!-- this uses GitHub Pages to server up the documentation. You will need to enable GitHub Pages for you repository for this to work -->
5+
<meta http-equiv="refresh" content="0;url=https://genepattern.github.io/ExampleModule/v2/">
56
</head>
67
</html>
8+
9+
<!-- if instead you choose to include your documentation in your module zip you do not need this file - be sure to update your manifest accordingly -->

docs/v2/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ It can be used as a template for future modules. It reads a file and potentially
2525

2626
<!-- links to your source repository **specific to the release version**, the Docker image used by the module (as specified in your manifest), and (if applicable) the sha link to the Dockerfile used to build your Docker image -->
2727
## Source Links
28-
* [The GenePattern ExampleModule v2 source repository](https://github.com/genepattern/ExampleModule/tree/v1.3)
28+
* [The GenePattern ExampleModule v2 source repository](https://github.com/genepattern/ExampleModule/tree/v1.4)
2929
* ExampleModule v2 uses the [genepattern/example-module:2 Docker image](https://hub.docker.com/layers/150060459/genepattern/example-module/2/images/sha256-ae4fffff67672e46b251f954ad226b7ad99403c456c1c19911b6ac82f1a27f2f?context=explore)
30-
* [The Dockerfile used to build that image is here.](https://github.com/genepattern/ExampleModule/blob/v1.3/Dockerfile)
30+
* [The Dockerfile used to build that image is here.](https://github.com/genepattern/ExampleModule/blob/v1.4/Dockerfile)
3131

3232
## Parameters
3333
<!-- short description of the module parameters and their default values, as well as whether they are required -->
@@ -59,10 +59,10 @@ It can be used as a template for future modules. It reads a file and potentially
5959
<!-- provide links to example data so that users can see what input & output should look like and so that they and we can use it to test -->
6060

6161
Input:
62-
[data_placeholder.txt](https://github.com/genepattern/ExampleModule/blob/v1.3/data/data_placeholder.txt)
62+
[data_placeholder.txt](https://github.com/genepattern/ExampleModule/blob/v1.4/data/data_placeholder.txt)
6363

6464
Output:
65-
[created_file_ground_truth.txt](https://github.com/genepattern/ExampleModule/blob/v1.3/gpunit/output/basic_test/created_file_ground_truth.txt)
65+
[created_file_ground_truth.txt](https://github.com/genepattern/ExampleModule/blob/v1.44gpunit/output/basic_test/created_file_ground_truth.txt)
6666

6767

6868
## Requirements
@@ -79,5 +79,5 @@ Requires the [genepattern/example-module:2 Docker image](https://hub.docker.com/
7979

8080
| Version | Release Date | Description |
8181
----------|--------------|---------------------------------------------|
82-
| 1.3 | May 17, 2021 | Added all required GP-Team Module release requirements and renamed as ExampleModule, from ABasicModule. |
82+
| 1.4 | May 17, 2021 | Added all required GP-Team Module release requirements and renamed as ExampleModule, from ABasicModule. |
8383
| 1 | May 1, 2018 | Initial version for team use. |

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ commandLine=/ExampleModule/ExampleModule.py -f <filename> -a <add_custom_message
99
#commandLine when run with source in module zip/taskLib:
1010
#commandLine=<python_3.6> <libdir>ExampleModule.py -f <filename> -a <add_custom_message> -m <message_to_add> -o <output_filename>
1111
job.docker.image=genepattern/example-module:2
12-
src.repo=https://github.com/genepattern/ExampleModule/tree/v1.3
12+
src.repo=https://github.com/genepattern/ExampleModule/tree/v1.4
1313
cpuType=any
1414
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
1515
fileFormat=txt

0 commit comments

Comments
 (0)