Right now, the main workflow.cwl can take either Argos .muts.maf files or Facets Suite annotated .maf files as input in the mutation_maf_files fields, but it will likely break if a mix of the two files is used
This should be easy to fix if we just swap concat.cwl usage in the analysis and portal workflows with concat-tables.cwl which can fill in missing columns. Make sure to use NA for NA values.
Right now, the main
workflow.cwl
can take either Argos .muts.maf files or Facets Suite annotated .maf files as input in themutation_maf_files
fields, but it will likely break if a mix of the two files is usedThis should be easy to fix if we just swap
concat.cwl
usage in the analysis and portal workflows withconcat-tables.cwl
which can fill in missing columns. Make sure to useNA
for NA values.