Closed anoronh4 closed 1 year ago
And any cohort aggregation steps we need to add for these new modules?
And any cohort aggregation steps we need to add for these new modules?
That's a good point. An easy one would be to slap the SV signature results together and HRDetect results together in another file -- these are very simple text files.
I have noticed that the result dir for svclone doesn’t have any files published although the job done successfully and there are results in the workdir. Please check either Francisco’s or Andrew’s run in my folder.
Also the sv_clustering result folder has an additional out/ subdir, which I think could be removed.
Added 3 new processes:
RunSVSignatures
: using signature.tools.lib to run SV signaturesSomaticRunClusterSV
: ClusterSV to assign SV to clusters and footprintsSomaticRunSVclone
: SVclone to assign SV and small mutations to individual clonesAlso updated HRDetect, which comes from the signature.tools.lib package as well. The version of signature.tools.lib is v2.1.2 for both processes now, so that they are expected to generate the same sv signatures. I also changed the name of the container folder, because now that the container services a process that is not HRDetect, the folder name
hrdetect
no longer fits. it is now calledsignaturetoolslib
.To-do: