Closed malvaceae3 closed 2 years ago
Without knowing anything else I would guess that you are using a reference sequence and that the reference sequence chrom/contig names have a ':' in at least one (but probably all) of them. Check your reference sequence chrom names and remove any ':' characters.
My reference sequence contained ':' in contig name. After remove all ':', the error was resolved. Thank you very much!
Great! Glad we figured it out. Thanks for the update.
Thank you very much for your advice on the error of step 5. I finished step 5, but I got error on step 6. I checked other issues but I cannot solve the error yet. Could you give me some advice when you have some time?
-------------------------------------------------------------
ipyrad [v.0.9.84]
Interactive assembly and analysis of RAD-seq data
-------------------------------------------------------------
Parallel connection | nc-0012: 47 cores
Step 6: Clustering/Mapping across samples
[####################] 100% 0:00:04 | concatenating bams
Encountered an Error.
Message: No such engine: 0
Parallel connection closed.
Traceback (most recent call last):
File "/home/b/b36412/miniconda3/envs/ipyrad/lib/python3.9/site-packages/ipyrad/core/Parallel.py", line 314, in wrap_run
self.tool._run(ipyclient=self.ipyclient, **self.rkwargs)
File "/home/b/b36412/miniconda3/envs/ipyrad/lib/python3.9/site-packages/ipyrad/core/assembly.py", line 696, in _run
stepdict[step](self, force, ipyclient).run()
File "/home/b/b36412/miniconda3/envs/ipyrad/lib/python3.9/site-packages/ipyrad/assemble/clustmap_across.py", line 270, in run
self.remote_build_ref_regions()
File "/home/b/b36412/miniconda3/envs/ipyrad/lib/python3.9/site-packages/ipyrad/assemble/clustmap_across.py", line 637, in remote_build_ref_regions
rasync = self.ipyclient[0].apply(build_ref_regions, self.data)
File "/home/b/b36412/miniconda3/envs/ipyrad/lib/python3.9/site-packages/ipyparallel/client/client.py", line 1337, in __getitem__
return self.direct_view(key)
File "/home/b/b36412/miniconda3/envs/ipyrad/lib/python3.9/site-packages/ipyparallel/client/client.py", line 2067, in direct_view
targets = self._build_targets(targets)[1]
File "/home/b/b36412/miniconda3/envs/ipyrad/lib/python3.9/site-packages/ipyparallel/client/client.py", line 713, in _build_targets
raise IndexError("No such engine: %i" % targets)
IndexError: No such engine: 0
can you show me the ipyrad command you are running? Is this running on an hpc system? It looks like the ipcluster instance either isn't running or died somehow. You might try running ipcluster by hand, check the docs here.
I am sorry for the late reply. Yes, I am running ipyrad on an hpc system and command is:
ipyrad -d -p ./params-min4c85_ref.txt -s 7 -c 6
The error probably caused by resource or capacity shortage. After I obtained some capacity, the error was resolved. Thank you very much for your kind help.
Glad it was resolved and thanks for letting us know.
Hello, I am running ipyrad and I got the error in step5. I really appreciate if you give me some advices.