Skip to content

Commit

Permalink
Changed the labelling of the methods sections to match the other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Mar 16, 2017
1 parent 3b9f10e commit 08c1e18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/pipelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ BED File Indexing
runcompss --lang=python /home/compss/mg-process-files/process_bed.py --assembly GCA_000001405.22 --chrom chrom.size --bed_file <data_dir>/expt.bed --h5_file <data_dir>/expt.hdf5
Process Methods
---------------
Methods
=======
.. autoclass:: process_bed.process_bed
:members:

Expand Down Expand Up @@ -106,8 +106,8 @@ WIG File Indexing
runcompss --lang=python /home/compss/mg-process-files/process_wig.py --assembly GCA_000001405.22 --chrom chrom.size --wig_file <data_dir>/expt.wig --h5_file <data_dir>/expt.hdf5
Process Methods
---------------
Methods
=======
.. autoclass:: process_wig.process_wig
:members:

Expand Down Expand Up @@ -142,8 +142,8 @@ WIG File Indexing
runcompss --lang=python /home/compss/mg-process-files/process_json_3d.py --gz_file <data_dir>/expt.tar.gz
Process Methods
---------------
Methods
=======
.. autoclass:: process_json_3d.process_json_3d
:members:

0 comments on commit 08c1e18

Please sign in to comment.