Closed lucy924 closed 6 months ago
Hi @lucy924, this is an unfortunate quirk where the files installed in the home directory of our containers are shadowed by your home directory. This occurs when Nextflow needs to mount more than one subdirectory of /home
from your system. In your case, because your ref
is stored in home/uowgene/
and your other resources are stored in /home/dejlu879
, Nextflow will mount your entire /home
and shadow the one in the container.
launchDir : /home/dejlu879/20240416_BEBIC_B/run_nextflow
workDir : /home/dejlu879/20240416_BEBIC_B/run_nextflow/work
projectDir : /home/dejlu879/.nextflow/assets/epi2me-labs/wf-basecalling
userName : dejlu879
profile : standard
configFiles : /home/dejlu879/.nextflow/assets/epi2me-labs/wf-basecalling/nextflow.config
Input Options
input : /external/data/2024415-BEBIC_B/F_T0_rest
ref : /home/uowgene/Documents/hg38_refs/hg38_chromsonly.ebv.lambda.bcg.fa
You should be able to resolve this by making a copy of your reference somewhere in the /home/dejlu879
path.
Oh that's good to know! Thank you, it works now.
Operating System
Other Linux (please specify below)
Other Linux
Ubuntu 20.04.6 LTS
Workflow Version
v1.1.7-g2e9fce3
Workflow Execution
Command line
EPI2ME Version
No response
CLI command run
Workflow Execution - CLI Execution Profile
None
What happened?
It doesn't seem to run using the virtual environment, I was wondering if this is possible because I'd prefer not to have to install minimap outside of a virtual environment. Additionally, when I install minimap2 outside the virtual environment I then get an error about how it doesn't recognise the command
seq_cache_populate.pl
I'd like to see it start processing the pod5 files that I give it in--input
.Docker version 26.1.0, build 9714adc
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 response
Other demo data information
No response