Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dankwart-de opened this issue Jan 29, 2019 · 1 comment
Labels

Comments

@dankwart-de
Copy link
Contributor

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

  • You have matchExactSampleNames=true
  • But you will get several bam files matching the sample "prefix"

Time for a new metadata model.

@GWarsow
Copy link
Contributor

GWarsow commented Jul 31, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants