Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure to demultiplex manifest #39

Open
wconnell opened this issue Oct 12, 2017 · 4 comments
Open

failure to demultiplex manifest #39

wconnell opened this issue Oct 12, 2017 · 4 comments

Comments

@wconnell
Copy link

wconnell commented Oct 12, 2017

Running test_manifest.yaml as well as the full_test.sh on the platform performs completely fine. My manifest file loads successfully (contains only a control and a single sample) and the demultiplexing process continues without error, however when UMI tagging begins I receive:

[10/11 05:16:15PM][ERROR][guideseq] Error umitagging
[10/11 05:16:15PM][ERROR][guideseq] Traceback (most recent call last): File "guideseq/guideseq.py", line 150, in umitag os.path.join(self.output_folder, 'umitagged')) File "/projects/guideseq/guideseq/umi/umitag.py", line 56, in umitag for r1,r2,i1,i2 in itertools.izip(fq(read1), fq(read2), fq(index1), fq(index2)): File "/projects/guideseq/guideseq/umi/umitag.py", line 26, in fq fastq = open(file, 'r')
IOError: [Errno 2] No such file or directory: './run/output/demultiplexed/control.r1.fastq'

Upon inspection of the demultiplexed output directory, there are almost 1500 files with names such as "AAGAGAAATCCTCT.i1.fastq" and the corresponding i2, r1, r2. It seems the true error is occurring during the demultiplexing step. Any idea what is going on here?

Also, after the demultiplexing step the console outputs Wrote FASTQs for the 357 sample barcodes out of 128400 with at least 1000 reads. However my manifest only contains 2 samples, including the control.

@vedtopkar
Copy link
Collaborator

Hey there,

Are you still having this problem? Would be curious to see your manifest file if so.

Thanks,
Ved

@mary30745
Copy link

Hi, did you somehow solve the problem with the demultiplexing process?
I have actually the same problem - In the "demultiplexed" folder, there are too many files named by nucleotide sequence... Do you have any idea how to fix it?
Thanks a lot

@Zethson
Copy link

Zethson commented Apr 18, 2019

Having the same issue. Anybody got any hints?

@mary30745
Copy link

Hey Zethson,
what eventualy helped us was ramping up the demultiplex_min_reads number in the manifest way way higher (500 000, default was 1000). If that doesnt work, check if your index sequences in the manifest are correct (eg. not reverse complement, barcode1 is p7 index and not p5). Good luck and let me know if it helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants