Replies: 3 comments 7 replies
-
|
Hi @MelakG13 , It's quite tough to diagnose this without looking at the I think the problem might be with
Perhaps check with the |
Beta Was this translation helpful? Give feedback.
-
|
Hi @abhi18av As per your suggestion, I first ran the pipeline using the test profile (nextflow run TORCH-Consortium/MAGMA -profile docker,laptop,test) and it was successful without any issues. However, when running the pipeline with my samples, I encountered errors that made the run unsuccessful. Some additional details: I used the original params.yml file provided in the GitHub repository without modifications. nextflow run TORCH-Consortium/MAGMA -profile docker,laptop -params-file my_parameters.yml -r v2.1.0 -resume (I used -resume because there was a power interruption during the process.) Despite this, the joint.merged_cohort_stats file shows zero for all columns except for raw total sequence. To assist with the troubleshooting: I have attached the .nextflow.log file for your review. I appreciate your support! |
Beta Was this translation helpful? Give feedback.
-
|
Hey @MelakG13 Good to see that adjusting the k parameter helped. The fact that the processes that are applied to merged sample dataset (e.g. phylogeny, clustering, profiling) fail is an inidicator that that there is something up with the software setup now rather than data from specific samples. These processes also use more complex and diverse softwares, @abhi18av I am guessing this may be the environment? |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
@abhi18av
@TimHHH
@LennertVerboven
I'm encountering multiple issues while running the MAGMA pipeline (v2.1.0) using Nextflow:
Environment Setup
I installed all the necessary environments as specified in the readme:
These environments are located at /home/melak_g/mambaforge/envs/, as specified in my parameters file.
I ran the pipeline with the following command:
nextflow run 'https://github.com/TORCH-Consortium/MAGMA' -profile conda_local,server -r v2.1.0 -params-file my_parameters.yml
Here’s the content of my my_parameters.yml file:
input_samplesheet: /mnt/DATADRIVE0/TB_PROJECT/BIAY/MAGMA/samplesheet.csv
only_validate_fastqs: false
outdir: /mnt/DATADRIVE0/TB_PROJECT/BIAY/MAGMA/results
conda_envs_location: /home/melak_g/mambaforge/envs/
I attached the screenshots. I am asking for help.



Beta Was this translation helpful? Give feedback.
All reactions