You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the publishDir directive in SomaticRunSvABA and GermlineRunSvABA both output all vcf files found in the work directory.
SvABA generates several vcf files including indel calls which we might consider not publishing or not generating at all if we can help it, because we don't use them and they aren't being added to the maf.
The process SomaticRunSvABA and GermlineRunSvABA also produce vcfs file with a slightly modified header, which helps when merging the SV calls in subsequent steps. I think we should also not publish these files, as there is nothing different in the calls compared to the original vcf.
The text was updated successfully, but these errors were encountered:
tempo/modules/process/SV/SomaticRunSvABA.nf
Line 3 in 1d215b4
Currently, the
publishDir
directive inSomaticRunSvABA
andGermlineRunSvABA
both output all vcf files found in the work directory.SvABA generates several vcf files including indel calls which we might consider not publishing or not generating at all if we can help it, because we don't use them and they aren't being added to the maf.
The process
SomaticRunSvABA
andGermlineRunSvABA
also produce vcfs file with a slightly modified header, which helps when merging the SV calls in subsequent steps. I think we should also not publish these files, as there is nothing different in the calls compared to the original vcf.The text was updated successfully, but these errors were encountered: