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

Have problems with PE_merging #9

Closed
pvannucchi opened this issue Aug 29, 2023 · 2 comments
Closed

Have problems with PE_merging #9

pvannucchi opened this issue Aug 29, 2023 · 2 comments

Comments

@pvannucchi
Copy link

pvannucchi commented Aug 29, 2023

Hello, I'm new to the program and I'm trying to analyze some fastq files I jusr received. Reads are already demultiplexed, so I put them in the 2_Demultiplexing folder. Whenever I try to merge PE reads I get this error message:
09:32:42: Finding all file pairs in your input. This may take a while.
09:32:42: Found 1 matching file pairs in 2 input files.
09:32:42: Starting to merge forward and reverse reads.
joblib.externals.loky.process_executor._RemoteTraceback:
"""
Traceback (most recent call last):
File "c:\users\pvannucchi\appdata\local\programs\python\python39\lib\site-packages\joblib\externals\loky\process_executor.py", line 463, in _process_worker
r = call_item()
File "c:\users\pvannucchi\appdata\local\programs\python\python39\lib\site-packages\joblib\externals\loky\process_executor.py", line 291, in call
return self.fn(*self.args, **self.kwargs)
File "c:\users\pvannucchi\appdata\local\programs\python\python39\lib\site-packages\joblib\parallel.py", line 589, in call
return [func(*args, **kwargs)
File "c:\users\pvannucchi\appdata\local\programs\python\python39\lib\site-packages\joblib\parallel.py", line 589, in
return [func(*args, **kwargs)
File "c:\users\pvannucchi\appdata\local\programs\python\python39\lib\site-packages\apscale\b_pe_merging.py", line 73, in pe_merge
re.findall("(\d+) Pairs", content)[0],
IndexError: list index out of range

Could you please indicate me how I could fix this problem?
Thank you in advance.

@DominikBuchner
Copy link
Owner

Can you please check your vsearch version?

@pvannucchi
Copy link
Author

pvannucchi commented Sep 18, 2023 via email

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

2 participants