Skip to content

Commit

Permalink
Merge pull request #31 from hussainzaidi/doc/hello_world
Browse files Browse the repository at this point in the history
updated doc for hello_world
  • Loading branch information
nsheff committed Mar 30, 2017
2 parents 134b3cb + 6afc25d commit 5919b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/hello-world.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Now, to test pypiper, follow the commands in the `Hello, Pypiper! tutorial: just
pip install --user https://github.com/epigen/pypiper/zipball/master

# download hello_pypiper.py
wget https://github.com/databio/pypiper/example_pipelines/hello_pypiper.py
wget https://raw.githubusercontent.com/epigen/pypiper/master/example_pipelines/hello_pypiper.py

# Run it:
python hello_pypiper.py
Expand Down Expand Up @@ -83,4 +83,4 @@ Now observe your results in the folder ``hello_pypiper_results``:
* output.txt
* stats.tsv

These files are explained in more detail in the :doc:`Outputs <outputs>` section.
These files are explained in more detail in the :doc:`Outputs <outputs>` section.

0 comments on commit 5919b80

Please sign in to comment.