Skip to content

Commit

Permalink
Update basecalling.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nkleinbo committed Nov 13, 2017
1 parent f05d516 commit 2e17c8b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/basecalling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,19 @@ To make life easier for future computations, we will merge the fastq files into
cat ~/1D_basecall/workspace/pass/*.fastq > ~/1D_basecall.fastq
cat ~/1D_2_basecall/1dsq_analysis/workspace/pass/*.fastq > ~/1D_basecall.fastq

Quality statistics with FASTQC
------------------------------

Evaluate with fastqc::
mkdir ~/www/1D_fastqc
mkdir ~/www/1D2_fastqc
fastqc -o www/fastqc_1D/ <1d.fastq>
fastqc -o www/fastqc_1D2/ <1d2.fastq>
After that, you can load the reports in your web browser::

http://YOUR_OPENSTACK_INSTANCE_IP/quast/summary/report.html



Expand Down

0 comments on commit 2e17c8b

Please sign in to comment.