-
Notifications
You must be signed in to change notification settings - Fork 13
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
nextflow error #46
Comments
Hi @Song-10-YF Best, |
Thanks! |
Hi, the LUCA.h5 file is ~8.8GB large. Depending on your internet connection this might take some time. also, if you're running this on a HPC cluster, please ensure that the node from where you run nextflow has indeed access to the internet. To check if it the pipeline works otherwise, you could also use a smaller OMAmer database, e.g. https://omabrowser.org/All/Primates.h5 (~100MB). |
[2790.780s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached. executor > local (53) -- Check '.nextflow.log' file for details executor > local (53) -- Check '.nextflow.log' file for details -- Check '.nextflow.log' file for details Completed at : 2025-01-07T13:14:12.143116+08:00 executor > local (53) -- Check '.nextflow.log' file for details -- Check '.nextflow.log' file for details |
Hi, this looks like a problem with Nextflow itself. what os system are you using? and which profile? |
I'm using the command: nextflow run FastOMA.nf --input_folder Cpal --output_folder Cpal_out --report Thread[process reaper,10,system] 1月-07 13:14:12.104 [main] DEBUG nextflow.Session - Session await > all processes finished |
Thanks for sharing the logs.
You can add Btw, you can add |
executor > local (4)
[6f/512ff1] check_input (1) | 3 of 4, failed: 3, retries: 3
[- ] omamer_run -
[- ] infer_roothogs -
[- ] batch_roothogs -
[- ] hog_big -
[- ] hog_rest -
[- ] collect_subhogs -
[- ] extract_pairwise_ortholog_relations -
[- ] fastoma_report -
[da/21a398] NOTE: Process check_input (1) terminated with an error exit status (1) -- Execution is retried (1)
[cf/393603] NOTE: Process check_input (1) terminated with an error exit status (1) -- Execution is retried (2)
[b6/087b8b] NOTE: Process check_input (1) terminated with an error exit status (1) -- Execution is retried (3)
ERROR ~ Error executing process > 'check_input (1)'
Caused by:
Process check_input (1) terminated with an error exit status (1)
Command executed:
fastoma-check-input --proteomes proteome --species-tree species_tree.nwk --out-tree species_tree_checked.nwk --splice splice --hogmap hogmap_in --omamer_db LUCA.h5 -vv
Command exit status:
1
executor > local (4)
[6f/512ff1] check_input (1) | 4 of 4, failed: 4, retries: 3 ?
[- ] omamer_run -
[- ] infer_roothogs -
[- ] batch_roothogs -[- ] hog_big -
[- ] hog_rest -
[- ] collect_subhogs -[- ] extract_pairwise_ortholog_relations -
[- ] fastoma_report -
[da/21a398] NOTE: Process check_input (1) terminated with an error exit status (1) -- Execution is retried (1)
[cf/393603] NOTE: Process check_input (1) terminated with an error exit status (1) -- Execution is retried (2)
[b6/087b8b] NOTE: Process check_input (1) terminated with an error exit status (1) -- Execution is retried (3)
ERROR ~ Error executing process > 'check_input (1)'
Caused by:
Process check_input (1) terminated with an error exit status (1)
Command executed:
fastoma-check-input --proteomes proteome --species-tree species_tree.nwk --out-tree species_tree_checked.nwk --splice splice --hogmap hogmap_in --omamer_db LUCA.h5 -vv
Command exit status:
1
Command output:
(empty)
Command error:
2025-01-06 21:21:03 DEBUG Arguments: Namespace(proteomes='proteome', species_tree='species_tree.nwk', out_tree='species_tree_checked.nwk', splice='splice', hogmap='hogmap_in', omamer_db='LUCA.h5', v=2)
2025-01-06 21:21:03 INFO There are 3 files in the proteome folder.
2025-01-06 21:21:03 WARNING We expect that only fa/fasta files are in the proteome folder. Better to remove these ['TCP.pep', 'FN.pep', 'DCP.pep']
2025-01-06 21:21:03 ERROR There are not enough proteomes in the folder
2025-01-06 21:21:03 ERROR Check input failed. FastOMA halted!
2025-01-06 21:21:03 ERROR Halting FastOMA because of invalid proteome input data
Work dir:
/home/songyf/software/FastOMA/work/6f/512ff1e24ecfb95498cfe18fdda78f
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 '.nextflow.log' file for details
Hello, I encountered the above errors while running locally. Why is this happening?
The text was updated successfully, but these errors were encountered: