Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
fastq-multx not identifying barcodes #60
Comments
benligan
commented
Jul 17, 2017
|
Having this problem as well, for some reason fastq-multx is not recognizing the barcode correctly. |
|
Can you give some more information about the type of assay and sequencing equipment used? |
benligan
commented
Jul 18, 2017
|
Sure, Illumina Miseq, paired ends. R1 forward and R3 reverse sequences.
Returns:
I know each of these samples should have 5000-10000 amplicons per sample. The behavior is also very erratic, it works with some fastq files (demultiplexes appropriately) and on other runs it doesn't demultiplex at all and returns empty files. |
benligan
commented
Jul 18, 2017
|
I am also using: Version: 1.3.1 Here is cat of the fastq file
|
|
Would you be able to attach some sample data that we can work with to recreate the problem? |


SJRussell commentedMay 10, 2017
I have a fastq file with 1.7 million reads of 75 bps, and 28 different barcodes. My command:
``fastq-multx -l barcodes.txt all_samples.fastq -e -o %.fq -x"
Part of my barcode file: barcodes.txt:

Head of my fastq, with some barcodes highlighted:

My output, which leaves most reads multiplexed:

Suggestions? What does (shifted) mean?
Thanks,
Stewart