-
Notifications
You must be signed in to change notification settings - Fork 3
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
Terminal Freeze Issue: Arcadia Bioinformatics Pipeline Hangs at ARCADIASCIENCE_METAGENOMICS Process #63
Comments
Hi Ian,
And this error is coming up for the first process of checking the input CSV samplesheet, which requires docker. I would check to see if you have docker installed correctly according to your operating system and that it is running when you launch the workflow. Let me know if that fixes the issue. |
Hi Elizabeth, Thank you for your response. I'm currently running into an issue with the Arcadia-Science/metagenomics pipeline. When running the pipeline, it initially appears to be running fine. However, at some point, it seems to skip some of the processing steps. Despite this, the pipeline continues to run until eventually failing with the following error: vbnet:
Caused by: I'm running the pipeline with the following command: bash
Could you please assist me in resolving this issue? |
Yes it looks like Docker is working now - could you check the SOURMASH-MANIFEST.csv file that you are providing for the sourmash databases that all the paths exist and the format is correct as shown here: https://github.com/Arcadia-Science/metagenomics/blob/main/docs/usage.md#sourmash-databasesv |
Checking in on this issue - was this resolved for the sourmash gather databases? |
Hello Elizabeth! Sorry for the late reply! Yes I was able to run the full pipeline, however I could only do it with the test datasets and only when use 4 barcodes samples from Nanopore sequencing. What would be ideal is that I could run batches of 12 and 24 barcodes at once. |
Description of the bug
The pipeline appears to have a bug in the follow-up process. When executing the nextflow pipeline, the terminal behaves as if the process has stopped and overlaps the process workflow display, giving the appearance of a frozen state. The issue occurs when running the following command:
nextflow run Arcadia-Science/metagenomics --input /home/filipe/Documents/Ian/Arcadia_metagenomics/Share_Cligest_data_2021_2022.csv --outdir /home/filipe/Documents/Jocelyne/2023_05_30_Angola_L1/fastq_pass2 --platform nanopore --sourmash_dbs /home/filipe/Documents/Ian/Sourmash/gtdb-rs214-reps.k31/SOURMASH-MANIFEST.csv --diamond_db /home/filipe/Documents/Ian/Blast/sequences.dmnd -profile docker -r main
The console output gets stuck on the following process:
[- ] process > ARCADIASCIENCE_METAGENOMICS... -
I am attaching a screenshot to this email for your reference. It's unclear to us why this is happening, and we haven't found a workaround yet.
Command used and terminal output
Relevant files
Nextflow Workflow Report.pdf
System information
Nextflow version 23.04.0
Hardware Desktop
Executor local
Container engine: Docker
OS Ubuntu
Version of Arcadia-Science/hifi2genome: not sure
The text was updated successfully, but these errors were encountered: