Open lczech opened 2 months ago
Hi @meixilin,
as you originally posted this in #36, I assume you are also using the restrict-regions
option? If so, then combining this with the contig grouping option (contig-group-size != 0
) is not implemented, as that is rather difficult to do.
If this is not about restrict-regions
, then it could be a bug in grenepipe, or in snakemake... hard to tell from the error log you provided. Can you please share your complete config.yaml
? Also, if possible, the best way to track this down would be some form of minimal example that I can run to produce this behavior! Right now, from the distance, it is hard to see what is going on there.
Cheers and so long Lucas
Issue by @meixilin, moved here from https://github.com/moiexpositoalonsolab/grenepipe/issues/36#issuecomment-2270384816
Hi,
I have an issue that might be relevant to this thread. I have noticed that when I set
contig-group-size: 0
, the pipeline runs fine (with a lot of jobs though given the amount of contigs).However, when I set a
contig-group-size: 34000000
, thecalling/contig-groups
folders get created just fine, but there are no morecall_variants
jobs created, in addition, the pipeline fails at thebam_index
job this time.The error message is:
Any thoughts would be greatly appreciated!
Originally posted by @meixilin in https://github.com/moiexpositoalonsolab/grenepipe/issues/36#issuecomment-2270384816