Skip to content

Commit

Permalink
Update data.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nkleinbo committed Nov 10, 2017
1 parent f23afda commit 5506cb8
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@ The Tutorial Data Set
================================

We have prepared a small toy data set for this tutorial. The data is
located in the `/vol/porecourse` directory, which has the following
located in the `/vol/porecourse/` directory, which has the following
content:

+---------------+--------------------------------------------+
| File | Content |
+===============+============================================+
| dir1/ | Directory containing ... |
+---------------+--------------------------------------------+
| dir2/ | Directory containing ... |
+---------------+--------------------------------------------+
| reads.fast5 | Reads... |
+---------------+--------------------------------------------+
+-------------------+---------------------------------------------------------------------------+
| File | Content |
+===================+===========================================================================+
| Nanopore_small | Directory containing a small portion of our test dataset. |
+-------------------+---------------------------------------------------------------------------+

The complete test dataset is already located in the ubuntu home directory of your virtual machine.

First, copy the data to your OpenStack instance using `scp`:

scp ......
cd /vol/porecourse/
scp -r -i <your openstack private key> Nanopore_small ubuntu@<your VM's IP>:~/.

From here on, make sure you are actually working on the OpenStack
cloud instance (logged in via ssh) and not on your local workstation.
Expand Down

0 comments on commit 5506cb8

Please sign in to comment.