Skip to content
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

multireader: command not found #34

Open
fishman311 opened this issue Sep 27, 2024 · 1 comment
Open

multireader: command not found #34

fishman311 opened this issue Sep 27, 2024 · 1 comment

Comments

@fishman311
Copy link

Hi developers,

When I test example, my bash:

pythion ../ui/egapx.py input_D_farinae_small.yaml -e singularity -w dfs_work -o dfs_out -lc ../local_cache

The error is :
ERROR ~ Error executing process > 'egapx:setup_proteins:convert_proteins'

Caused by:
Process egapx:setup_proteins:convert_proteins terminated with an error exit status (127)

Command executed:

mkdir -p asn
mkdir -p fasta
if [[ true == true ]]; then
zcat src/6954.faa.gz | sed 's/>([^ |]+)( .)?$/>lcl|\1\2/' > fasta/6954.faa
else
sed 's/>([^ |]+)( .
)?$/>lcl|\1\2/' src/6954.faa.gz > fasta/6954.faa
fi
multireader -flags ParseRawID -out-format asn_text -input fasta/6954.faa -output asn/6954.asn
multireader -flags ParseRawID -out-format asn_binary -input fasta/6954.faa -output asn/6954.asnb

Command exit status:
127

Command output:
(empty)

Command error:
.command.sh: line 9: multireader: command not found

Work dir:
/mnt/lfj/soft/egapx/test/dfs_work/75/9a8ad541a81803c75b1b85fe0d3ed3

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named .command.sh

-- Check 'dfs_out/nextflow.log' file for details

Could you help me solve this problem?

@pstrope
Copy link
Contributor

pstrope commented Sep 27, 2024

Are you using a previous version of the pipeline or singularity container? We've seen something like this in a previous version. Please remove the image completely, and then update the code and re-run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants