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

process works file, filter fails #4

Open
charlesfeigin opened this issue Aug 28, 2023 · 0 comments
Open

process works file, filter fails #4

charlesfeigin opened this issue Aug 28, 2023 · 0 comments

Comments

@charlesfeigin
Copy link

Hi, as the subject indicates, I was able to run the proc10X script just fine. However, when I move on to filtering, I get the following error:

My headers look like this after running proc10X:

FILTER NOTE Finished reading in barcode file
FILTER FILES mylib_process_10xReads_R1_001.fastq,mylib_process_10xReads_R2_001.fastq
FILTER ERROR:[TwoReadIlluminaRun] Error reading next read
Traceback (most recent call last):
File "/data/tigrr/home/cfeigin/src/proc10xG/filter_10xReads.py", line 490, in main
fragment = iterator.next_processed()
File "/data/tigrr/home/cfeigin/src/proc10xG/filter_10xReads.py", line 206, in next_processed
id1 = self.R1.next().strip()
AttributeError: '_io.TextIOWrapper' object has no attribute 'next'
FILTER ERROR An unknown fatal error was encountered.

@GCGCCAACACATCCAA:A00741:43:HC375DRXX:2:2101:1063:1016 1:N:0:0:MISMATCH1_GNGCCAACACATCCAA_F#FFFFFFFFFFFFFF_AAACAGC_FFFFFFF

I was a bit unclear about the delimiters on the main page. Its odd that one script could parse the headers and one couldn't though.

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

1 participant