You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.
I can start the pipeline, but I receive the following error:
Error executing process > 'truncate_input_headers'
Caused by:
Process `truncate_input_headers` terminated with an error exit status (1)
Command executed:
truncate_header.lua < phased.1_scaffolds_FINAL.fasta > truncated.fasta
Command exit status:
1
Command output:
(empty)
Command error:
.command.sh: line 2: phased.1_scaffolds_FINAL.fasta: No such file or directory
Work dir:
/work/project/ladsie_002/work/77/1854982bdacdd60fbe447554ab153b
Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run`
However, when I look into the path, the file does indeed exist:
$ ll /work/project/ladsie_002/work/77/1854982bdacdd60fbe447554ab153b
total 1
lrwxrwxrwx 1 bbrink users 76 30. Aug 13:44 phased.1_scaffolds_FINAL.fasta -> /work/project/ladsie_002/companion/input/pleo/phased.1_scaffolds_FINAL.fasta
I tried to find a solution for this, but I was unable to do so. Do you have any insights for me?
The text was updated successfully, but these errors were encountered:
I am trying to run Companion using Singularity instead of docker, but it seems that the paths are not mounted correctly.
This is my config:
I can start the pipeline, but I receive the following error:
However, when I look into the path, the file does indeed exist:
I tried to find a solution for this, but I was unable to do so. Do you have any insights for me?
The text was updated successfully, but these errors were encountered: