Skip to content

Commit

Permalink
Merge pull request #82 from pjbriggs/documentation-tweaks
Browse files Browse the repository at this point in the history
Documentation tweaks (README, tutorial)
  • Loading branch information
pjbriggs authored Jul 14, 2020
2 parents 5b0dcb8 + c9f4789 commit 0c71432
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ instances.
Nebulizer Basics
----------------

Generally Nebulizer commands take the form:

::

nebulizer COMMAND GALAXY [OPTIONS]

To interact remotely with a Galaxy instance using Nebulizer requires
at minimum the URL of the instance and then either an API key or a
user login name.
Expand Down
22 changes: 11 additions & 11 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ web browser to http://127.0.0.1:8080/

Finally you will need to register an account in Galaxy
with the same email address as the one used for
``admin_users`` (for example ``[email protected]``),
``admin_users`` (``[email protected]`` in this example),
using the web browser.

Now you're ready to run through the tutorial.
Expand All @@ -90,9 +90,8 @@ Now you're ready to run through the tutorial.
1. Install Nebulizer
--------------------

First you need to install a copy of Nebulizer, which
is best done in a Python virtual environment - for
example:
Installing Nebulizer is best done in a Python virtual
environment - for example:

::

Expand All @@ -109,7 +108,7 @@ example:
Once this is done you should have access to the
``nebulizer`` utility.

To list the available commands do:
To list the available commands:

::

Expand Down Expand Up @@ -165,9 +164,9 @@ or Galaxy API key on the command line. For example:

.. warning::

This won't work if you didn't make register an
account ``[email protected]`` when preparing the
local Galaxy!
This won't work if you didn't make an account
for ``[email protected]`` when preparing the
local Galaxy in the previous step!

This is quite laborious when executing several commands,
so Nebulizer allows you to associate Galaxy instances and
Expand Down Expand Up @@ -433,14 +432,15 @@ repository is also installed:
* fastqc toolshed.g2.bx.psu.edu devteam 21:e7b2202befea Installed
U trimmomatic toolshed.g2.bx.psu.edu pjbriggs 12:51b771646466 Installed

Here ``U`` indicates there is a major newer version
available.
Here ``U`` indicates there is a newer revision available
with a new version of the tool (``u`` indicates a newer
revision without a tool version update).

Rerunning the ``list_installed_tools`` command with the
``--updateable`` option filters the list of tool
repositories to just those with available updates.

We can update Trimmomatic to the newer version automatically
We can update Trimmomatic to the newest version automatically
by running the ``update_tool`` command:

::
Expand Down

0 comments on commit 0c71432

Please sign in to comment.