Hi again,
From the README.txt I found the following option to be placed in a parameter file:
remove_duplicate_patients: Boolean. Finds and removes duplicate patients in the
cohort by comparing mutation overlap between patients. This should be
disabled when high levels of overlap are expected between samples (e.g.
primary/met combined cohorts). Default: true
But MutSig2Cv is behaving very strangely. I tries using "remove_duplicate_patients false" and it didn't appear to change anything, and then I used the following parameter_file:
are_you_reading_me true
remove_duplicate_patients false
remove_duplicate_patients 0
remove_duplicate_patients False
remove_duplicate_patients false
what_happens_if_I_only_use_1_column
No error appeared, and it ran as if the parameters file wasn't being read.
Then I added another line:
remove_duplicate_patients false
remove_duplicate_patients 0
remove_duplicate_patients False
remove_duplicate_patients false
remove_duplicate_patients=false
And it printed this error:
Error setting field "remove_duplicate_patients=false"
MException with properties:
identifier: 'MATLAB:AddField:InvalidFieldName'
message: 'Invalid field name: 'remove_duplicate_patients=false'.'
cause: {}
stack: [5x1 struct]
Invalid field name: 'remove_duplicate_patients=false'.
I also tried each of the above lines separately, but it always ran an as if the parameters file wasn't being read.
Thanks again,
Diogo