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

MLST, VICTORS etc show process failures. How to fix it? #129

Open
Michaelijesse opened this issue Nov 13, 2024 · 7 comments
Open

MLST, VICTORS etc show process failures. How to fix it? #129

Michaelijesse opened this issue Nov 13, 2024 · 7 comments
Assignees
Labels
alerts future users It flags a key bug that is simply fixed and will alert future users bug Something isn't working

Comments

@Michaelijesse
Copy link

Kindly guide me how to solve these failures.
image

Uploaded image for your reference.

Thanking you,

@Michaelijesse
Copy link
Author

Process BACANNOT:ARGMINER (29) terminated with an error exit status (127)

Command executed:

run blast with argminer db

run_blasts.py
blastp
--query 29.faa
--db bacannot_dbs_2024_jul_05/argminer_db/diamond.dmnd
--minid 90
--mincov 90
--threads 2
--out 29_argminer_blastp_onGenes.txt
--2way > 29_argminer_blastp_onGenes.summary.txt ;

Command exit status:
127

Command output:
(empty)

Command error:
.command.sh: line 4: run_blasts.py: command not found

@fmalmeida
Copy link
Owner

Hi @Michaelijesse ,
Thanks for using the tool.

Can you share the command line you used and the .nextflow.log file so I can try to understand the error?

Thanks.
Felipe.
:)

@fmalmeida fmalmeida self-assigned this Nov 13, 2024
@fmalmeida fmalmeida added bug Something isn't working alerts future users It flags a key bug that is simply fixed and will alert future users labels Nov 13, 2024
@Michaelijesse
Copy link
Author

nextflow.241113.log

@Michaelijesse
Copy link
Author

nextflow log file attached above

@Michaelijesse
Copy link
Author

nextflow run fmalmeida/bacannot --input /home/tbpl/input/samplesheet.yaml --output /home/tbpl/output/2_Assembly --bacannot_db /home/tbpl/omicsdata/zenodo/bacannot_dbs_2024_jul_05 --resfinder_species 'Mycobacterium tuberculosis' --max_cpus 10 -profile docker

@fmalmeida
Copy link
Owner

Hi @Michaelijesse ,

I do not see anything clearly wrong. But for some reason, Nextflow is not finding these scripts that are located in the bin/ folder.

I will give it a try today to check if it works, but I am afraid there is maybe an env variable or something in the machine clashing with NF ... I hope not.

While I try an execution of the same version later today ... can you try the following to see if the error persists?

  1. Run the pipeline identically but using -resume to see if it was random.
  2. Run the pipeline with a previous version of Nextflow: 23.10.0.

In case my tests pass, I will have to ask in the Nextflow slack channel, because it will mean it is something with it rather than the pipeline.

Let's work together to get this resolved 💪🏼😁

Best,
Felipe.

@fmalmeida
Copy link
Owner

fmalmeida commented Nov 14, 2024

Just an update,

In my execution of the test profile it worked fine, so I am really curious to see what your retries yield.

If they stay repeating the same, I will have to reach out the Nextflow community in slack to ask for ideas, since it does not seem to be something with the pipeline itself.

-->
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alerts future users It flags a key bug that is simply fixed and will alert future users bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants