Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated doc for hello_world #31

Merged
merged 1 commit into from
Mar 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.