-
Notifications
You must be signed in to change notification settings - Fork 21
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
Grenepipe v0.13.x problems #60
Comments
Hi @ospfsg, hm, this looks like it could be an issue with the data, and needs further search for where the error comes from. If the VCFs are empty, then something in the calling went wrong. Also, Picard QC (CollectMultipleMetrics) seems to fail. Can you please zip the complete Cheers |
Dear Lucas Thank you for your quick reply. I annex the log directory cheers |
Hi Octávio, thanks for sharing the log files. You can follow the trail of logs as described here, in order to figure out where the issues are. In this case, we can see the following: The main snakemake log file contains several entries
This simply means that it does not have enough memory, which can be adjusted in the config file, see here. As described in the comment here, you need to change that line in the
or some larger value, if that is not enough still. Furthermore, the VCF files are empty due to an issue in Freebayes, which we can see by inspecting the log files in
which after a quick google search reveals that this is an error in freebayes that is already known and fixed, see here. I have now updated the main branch with a more recent version of freebayes, which should fix this. Can you please download the main branch via the green "Code" button here, and test this with your data? Cheers and so long |
Thank you for your reply I manage to run the v0.13.4 to the end only if I change to false the CollectMultipleMetrics. I tried several picard memory solution for CollectMultipleMetrics from -Xmx10g to -Xmx300g and none worked. If I changed to true the pipeline give an error almost at the end, but the .bam and .vcf seems to be fine! So now the freebayes problems is solved and the pipeline runs to the end if I remove the CollectMultipleMetrics. I tried several picard memory solution for CollectMultipleMetrics from -Xmx10g to -Xmx300g and none worked this is the usual error mesaage: Select jobs to execute... |
Hey @ospfsg, thanks for the update, and happy to hear that it's generally working again, except for this one step. Could you maybe check if slurm reports an out-of-memory issue for all of them? It is weird that even with 300G, it fails for that reason. You can find the slurm logs in the hidden Cheers and so long |
Dear Lucas
Since I update to micromamba and v0.13.x I am no longer able to run grenepipe!!!
I installed micromamba using the command
end up with
micromamba version 2.0.5
gerenepipe-0.13.4 was downloaded and extracted to a dir with the same name
then
cd /path/to/grenepipe
micromamba env create -f workflow/envs/grenepipe.yaml -n grenepipe
micromamba activate grenepipe
then I run one command on a small test dataset of 10 samples
snakemake --use-conda --conda-frontend mamba --cores 102 --directory /mnt/data3/Project_KeePace/Operational/4_data_analysis/5_grenepipe/run8/ --conda-prefix /home/dau1/software/conda-envs/
and after the run ended I run another command, just for the mapping part
snakemake --use-conda --conda-frontend mamba --cores 102 --directory /mnt/data3/Project_KeePace/Operational/4_data_analysis/5_grenepipe/run9_mapping/ --conda-prefix /home/dau1/software/conda-envs/
In both case the run did not ended ok
I annex the logs from both runs. I also include the picard merged-genotyped.log
qc files are there, trimming files also, mapping (dedup, mergd and sorted) are there
bam files seems to be ok, but vcf files only have the headers!!! even when I run only the mapping step on the dedup bam files
Is there something I should have to modified in the config files to avoid this problem?
2025-01-13T114035.042333.log
2025-01-14T105534.420266.log
merge-genotyped.log
2025-01-14T105534.997975.snakemake.log
2025-01-13T114035.617454.snakemake.log
thank you very much for your help
osp
The text was updated successfully, but these errors were encountered: