Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed May 4, 2015
1 parent 3783412 commit a5cd782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions n-quality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Next, let's grab part of the data set::
cd /mnt/data
curl -O -L http://dib-training.ucdavis.edu.s3.amazonaws.com/mRNAseq-non-2015-05-04/0Hour_ATCACG_L002_R1_001.extract.fastq.gz
curl -O -L http://dib-training.ucdavis.edu.s3.amazonaws.com/mRNAseq-non-2015-05-04/0Hour_ATCACG_L002_R2_001.extract.fastq.gz
curl -O http://athyra.idyll.org/~t/mrnaseq-subset.tar

Now if you type::

Expand Down Expand Up @@ -85,7 +84,7 @@ around with a copy of the data without messing up your primary data::
Now, make a "virtual copy" of the data in your working directory by
linking it in -- ::

ln -fs /data/* .
ln -fs /mnt/data/* .

These are FASTQ files -- let's take a look at them::

Expand Down

0 comments on commit a5cd782

Please sign in to comment.