Skip to content

Commit 3395c57

Browse files
authored
fixed some formatting
1 parent 58ceeea commit 3395c57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/v2/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**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
77

88
<!-- This field is for the author or creator of the module. If the algorithm of the module is from a published paper, this is usually the first or corresponding author from the paper. If the module algorithm is unpublished, this is usually the developer of the module itself. This field can simply be a name of a person or group. -->
9-
**Authors**: Edwin F. Juarez;UCSD - Mesirov Lab, UCSD; Barbara Hill - Mesirov Lab, Broad Institute
9+
**Authors**: Edwin F. Juarez; UCSD - Mesirov Lab, UCSD; Barbara Hill - Mesirov Lab, Broad Institute
1010

1111
<!--This field is used for responding to help requests for the module, and should be an email address or a link to a website with contact information or a help forum. -->
1212
**Contact**: [Forum Link](https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!forum/genepattern-help)
@@ -50,7 +50,7 @@ It can be used as a template for future modules. It reads a file and potentially
5050
## Output Files
5151
<!-- list and describe any files output by the module -->
5252

53-
1. <output_filename>.txt
53+
1. \<output_filename\>.txt
5454
The input file plus any text you added, if you chose to add text.
5555
2. stdout.txt
5656
This is standard output from the Python script. Sometimes helpful for debugging.

0 commit comments

Comments
 (0)