Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Commit

Permalink
Tabulators in BED files are crucial
Browse files Browse the repository at this point in the history
Tabulators in BED files are crucial
  • Loading branch information
apeltzer committed Jul 19, 2016
1 parent 6973630 commit 8b41040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contents/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Ideally, your folder structure should look like:
:width: 300px
:height: 300px
:align: center

BED
.. warning::
If you need to perform genotyping, please ensure that your genome FastA file is ending with a `.fasta` file extension, or otherwise the GATK might complain about this.

Expand Down Expand Up @@ -62,7 +62,7 @@ In our case here, we choose that our data has not been treated with UDG, we have

.. note::

You have to specify a **BED** file for your reference genome if you want to analyse capture data in general. A typical BED file that could be used e.g. for HG19 mitochondrial analysis could look like this.
You have to specify a **BED** file for your reference genome if you want to analyse capture data in general. A typical BED file that could be used e.g. for HG19 mitochondrial analysis could look like this. Make sure to have tabulators between the six columns in your BED file.

.. code-block:: bash
Expand Down Expand Up @@ -459,4 +459,4 @@ EAGER creates a CSV based report file in the results folder, which contains stat

All the output BAM files, VCF files and other important analysis results can be found in the sample specific folders in the results folder.

.. note:: You can import the results table in CSV format in any compatible sheet calculation software, LibreOffice for example works very well.
.. note:: You can import the results table in CSV format in any compatible sheet calculation software, LibreOffice for example works very well.

0 comments on commit 8b41040

Please sign in to comment.