Closed NicoleGruenheit closed 1 year ago
Hi @NicoleGruenheit, not sure if you still need a solution for this problem, but if you do, then you can try the ones below.
Solutions:
My 5 cents:
It's a bit tricky to use a custom search pattern for certain Dragen modules, as they are relying on the file name to distinguish the phenotype of the sample for paired somatic calling, i.e. tumor
or normal
is encoded in the suffix (.*).wgs_contig_mean_cov_?(tumor|normal)?.csv
.
Would be interesting to explore a robust solution to this, but for now unfortunately changing file names for Dragen wouldn't work.
Description of bug
I'm trying to change the name of the default file pattern for
dragen/wgs_contig_mean_cov
using a config file:The error message is:
I think the problem is that in line 167 the pattern of the file is hard coded?
The file works if the filename ends with
.wgs_contig_mean_cov.csv
Cheers, Nicole
File that triggers the error
contig_mean_test.csv
MultiQC Error log
Before submitting