-
Notifications
You must be signed in to change notification settings - Fork 41
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
Python/minimap2 not found when running v2.3.0 using Singularity on demo data #144
Comments
Hi @gabyrech Are you able to run the container directly? What happens when you do the following?
|
Hi @nrhorner , thanks for your reply. Nope, that doesn't work neither:
|
Hi @gabyrech In the container, do you have this folder and is minimap2 in there? / |
Also could you try to see if other containers work for you or not.
|
Hi @nrhorner , Ok, it seems like that directory is not mounted in the container:
minimap2 container seems to work ok:
|
Any updates on this issue? we are seeing the same for other epi2me workflows as well.. Just wondering if is a something at our end... Any ideas on what could be? |
This looks like a conflict between our container images and your singularity setup. Our containers contain data at a path Depending on your singularity/apptainer version you may have a
and then run nextflow with:
|
Thank you @cjw85,
|
Operating System
Other Linux (please specify below)
Other Linux
Rocky9
Workflow Version
v2.3.0
Workflow Execution
Command line (Cluster)
Other workflow execution
No response
EPI2ME Version
No response
CLI command run
$ nextflow run epi2me-labs/wf-single-cell -revision 'v2.3.0' -profile singularity --threads '24' --expected_cells 100 --fastq 'wf-single-cell-demo/chr17.fq.gz' --kit '3prime:v3' --ref_genome_dir 'wf-single-cell-demo' --genes_of_interest 'wf-single-cell-demo/umap_plot_genes.csv' --out_dir test_wf-single-cell
Workflow Execution - CLI Execution Profile
None
What happened?
I am getting different errors related with software not found when running using singularly profile. I am copying in this issue the output for one of the cases in which I get 'python: command not found' but I am also getting 'minimap2: command not found' on a different attempt.
Not sure if this is related, but when running v2.3.0 it strikes me that is pulling singularity image ontresearch-wf-single-cell-sha0fcdf10929fbef2d426bb985e16b81153a88c6f4.img which is a 6 months old image in your docker hub.
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
no
Other demo data information
No response
The text was updated successfully, but these errors were encountered: