-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Frequently asked questions | ||
========================== | ||
|
||
Can this program work with dual barcodes / indexes? | ||
|
||
Yes, but not directly. Because of the large amount of dual (or more) | ||
indexing approaches, the user interface would become incomprehensible. This | ||
is why we have decided to support only the basic cases. In order to support | ||
an arbitrary amount of barcodes see Section :ref:`multiple_barcodes`. | ||
|
||
|
||
Can you add support for removing barcodes after demultiplexing? | ||
|
||
We used to have this type of functionality (selecting parts of a read) in a | ||
previous version, but because of the large number of complicated barcoding | ||
schemas (multiple barcodes in one read, barcodes in multiple reads, etc.), | ||
we found that this interface was not flexible enough. Instead, we recommend | ||
to use a more generic tool for post processing the demultiplexed files, The | ||
Fastools_ ``select`` command for example. | ||
|
||
|
||
My sequencing run was pretty bad, can / should I increase the number of allowed | ||
mismatches? | ||
|
||
It depends on which barcodes were used. Most barcode sets are designed to | ||
allow for single nucleotide read errors. When multiple errors occur, it may | ||
not be possible to uniquely assign a read to a barcode. You can use the | ||
Barcode_ ``test`` command to see if your barcode set allows for multiple | ||
error correction. | ||
|
||
|
||
I do not know which / how many barcodes were used. How can I demultiplex my | ||
file? | ||
|
||
The best thing to do is to contact your sequencing provider and ask which | ||
barcodes were used. If this is not possible for some reason, you may want | ||
to ``guess`` subcommand described in Section :ref:`illumina`. If the | ||
barcodes are in the read instead of the header, you may want to use a tool | ||
like FastQC_ to find overrepresented sequences. These may be the barcodes | ||
you are looking for. | ||
|
||
|
||
.. _FastQC: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ | ||
.. _Fastools: https://fastools.readthedocs.io/ | ||
.. _Barcode: https://barcode.readthedocs.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
|
||
installation | ||
usage | ||
library | ||
faq | ||
credits |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters