-
Notifications
You must be signed in to change notification settings - Fork 8
Cannot run circulator #13
Comments
Hello can you replace your image to this image:
|
Thank you for the reply. I was able to download the image and use it but I am facing another problem: I could only run the pipeline test if I install the test folder in /tmp directory: If I install it in another directory, for example in my user home dir: The pipeline cannot find the input fastq:
The error file /home/aicampos/test_temp/culebrONT_OUTPUT/5PXoo1/ASSEMBLERS/FLYE/ASSEMBLER/LOGS/5PXoo1_FLYE.e contains the following:
However the fastq file exist.
Output:
The same happen if I try to run CulebrONT with my data. Maybe there is a problem with Snakemake not recognizing some directories... |
How do you configure binding of singularity? please try with
|
Thank you for the reply! The pipeline can recognize my data now, but another problem was detected: When I try to run with these configurations (1 nanopore fastq file and no illumina):
It could run several jobs except this:
It keeps waiting for the missing files and nothing happens. Then I tried to deactivate Circulator: ´´´ This happened:
Now it hangs on Blobtools but with a Shasta input... is there any problem with Shasta? By last I decided to deactivate both Circulator and Shasta and this happened:
It is hanging again. I checked the stderr file: /home/aicampos/X2023/validacoes_X/bacteria/validacoes_experimentais/barcode61_X/3Assembly/culebrONT_OUTPUT/barcode61/ASSEMBLERS/FLYE/QUALITY/MEDAKA/ASSEMBLYTICS/LOGS/barcode61_FLYE_MEDAKA_ASSEMBLYTICS.e And it contains this:
|
singularity exec /home/aicampos/miniconda3/envs/Culebront/lib/python3.10/sitepackages/culebrONT/containers/Singularity.culebront_tools.sif circlator all
Traceback (most recent call last):
File "/usr/local/miniconda/miniconda3/envs/mamba/envs/circlator/bin/circlator", line 57, in
exec('import circlator.tasks.' + task)
File "", line 1, in
File "/usr/local/miniconda/miniconda3/envs/mamba/envs/circlator/lib/python3.5/site-packages/circlator/init.py", line 26, in
from circlator import *
File "/usr/local/miniconda/miniconda3/envs/mamba/envs/circlator/lib/python3.5/site-packages/circlator/bamfilter.py", line 2, in
import pysam
File "/usr/local/miniconda/miniconda3/envs/mamba/envs/circlator/lib/python3.5/site-packages/pysam/init.py", line 5, in
from pysam.libchtslib import *
ImportError: libhts.so.2: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: