wustl-oncology / analysis-wdls

Scalable genomic analysis pipelines, written in WDL
MIT License
5 stars 11 forks source link

Giving pVACseq output files unique names #140

Open evelyn-schmidt opened 9 months ago

evelyn-schmidt commented 9 months ago

Making sure that all output file names from pVACseq contain identifiers that make them unique from one another would be really helpful during the review process. At the moment if these files are being viewed at the same time or uploaded they require manual renaming to make their distinctions separate.

So instead of .../pVACseq/mhc_i/5120_19_Tumor_FF.all_epitopes.aggregated.tsv .../pVACseq/mhc_ii/5120_19_Tumor_FF.all_epitopes.aggregated.tsv

It would be .../pVACseq/mhc_i/5120_19_Tumor_FF.all_epitopes.aggregated.classI.tsv .../pVACseq/mhc_ii/5120_19_Tumor_FF.all_epitopes.aggregated.classII.tsv

A further enhancement would be to make sure that all output files have the case name in them to make sure they are distinct from other runs/cases.