Skip to content

Commit

Permalink
Fixed spacing issues post-conflict resolution for linting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhassaine committed Jan 30, 2025
1 parent 6255968 commit 711e450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Utils {
info_data[info_field_enum] = v
}

// Added cancer type to metamap
// Added cancer type to metamap
if (info_data.containsKey(Constants.InfoField.CANCER_TYPE)) {
meta[Constants.InfoField.CANCER_TYPE] = info_data[Constants.InfoField.CANCER_TYPE]
}
Expand Down Expand Up @@ -408,8 +408,8 @@ class Utils {
static public getDonorDnaSample(meta) {
return meta.getOrDefault([Constants.SampleType.DONOR, Constants.SequenceType.DNA], [:])
}


// Sample names
static public getTumorDnaSampleName(meta) {
return getTumorDnaSample(meta)['sample_id']
Expand Down

0 comments on commit 711e450

Please sign in to comment.