DKFZ-ODCF / COWorkflowsBasePlugin

A basic Roddy plugin for computational oncology workflows
MIT License
2 stars 2 forks source link

searchMergedBamsWithSeparator must be set explicitely when using exact sample name match for sample from file extraction. #27

Open dankwart-de opened 5 years ago

dankwart-de commented 5 years ago

Unfortunately, the sample extraction is not linked to the file search which results in unexpected behaviour, e.g.:

Time for a new metadata model.

GWarsow commented 5 years ago

searchMergedBamWithSeparator has to be set to true in order to work correctly:

bash /icgc/ngs_share/ngsPipelines/RoddyStable/roddy.sh testrun D120.exome@snvCalling HT001 --useconfig=/icgc/dkfzlsdf/analysis/D120/RoddyConfig/applicationProperties2_3.5.5.ini --cvalues='possibleTumorSampleNamePrefixes:( metastasis ),possibleControlSampleNamePrefixes:( control ),selectSampleExtractionMethod:version_2,allowSampleTerminationWithIndex:false,matchExactSampleNames:true,searchMergedBamFilesWithPID:true'

ll -L .../alignment/* .../alignment/control_HT001_merged.mdup.bam .../alignment/control_HT001_merged.mdup.bam.bai .../alignment/metastasis2_HT001_merged.mdup.bam .../alignment/metastasis2_HT001_merged.mdup.bam.bai .../alignment/metastasis_HT001_merged.mdup.bam .../alignment/metastasis_HT001_merged.mdup.bam.bai