-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
ModuleNotFoundError: No module named 'executor' #3
Comments
Let's see if we can get this figured out! I think first thing to check is to see is if the conda install of Python3 is being used since that's where executor is installed. Try:
Both of these should be in |
Thank you for the prompt reply!
I actually didn't get any results on the fastq-dl
|
I'm guessing its a PATH issue. What does $PATH look like?
|
|
Is |
There is: |
Cool! Let's give this a try:
I noticed the export to PATH in the dockerfile, but I'm wondering if might be worth adding this instead:
|
So I tried it multiple times but I get always:
Regarding the path I have tried it like this in the past and didn't work properly for some cases I could try again and see if it will change something but it seems there's a different issue. |
That's a different error though, so progress! Looks like the service is unavailable at the moment: http://ftp.sra.ebi.ac.uk/vol1/fastq/SRR117/004/SRR1178104/SRR1178104_1.fastq.gz |
Disregard that, its working fine that! |
Ok looks like somethign has changed on ENA side. In the past, this worked:
Now,
As a temporary solution you could try downloading from SRA
|
I submitted a new release (v1.0.6) with a fix for ENA downloads. It will be available from conda today or tomorrow. I also created a work flow (https://github.com/rpetit3/fastq-dl/runs/1565163292) to make sure downloads are working. Thank you very much for your help! |
Well, thank you very much! I will check tomorrow with a new build of the docker plus the ENV to see if it could help. |
I rebuilt it finally, and it is probably working,
The fastq seems ok now. So the only issue is the pigz not compressing.
|
Glad you were able to get it working! I'll look into adding progress for downloads, and I agree I think and option to overwrite should be added. Looking at the pigz error, it wasn't very helpful. I'll add a "I found this, please use --force to overwrite" type of message before any downloads start. |
Hello and thank you for this useful tool!
I have made a docker with the installation of fastq-dl
and I tried to run one example but it seems is not working.
the dockerfile can be found here: https://github.com/ConYel/docker_sncRNA_workflow/blob/master/Dockerfile
Do you believe there are some issues with the installation or the way the container is created?
The text was updated successfully, but these errors were encountered: