wustl-oncology / analysis-wdls

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

Star Fusion -- relaxing FFPM filter & extracting preliminary files #85

Closed Layth17 closed 1 year ago

Layth17 commented 1 year ago

https://github.com/STAR-Fusion/STAR-Fusion/wiki https://github.com/openwdl/wdl/blob/main/versions/1.0/SPEC.md#string-interpolation

malachig commented 1 year ago

hi @Layth17 . I belive that if we want the end user to be able to set this new parameter to a new value then we also need this added to the inputs in immuno.wdl:

Float? min_ffpm_level = 0.05

malachig commented 1 year ago

My test runs with this PR have succeeded. The results are nicely organized and we now get the extra preliminary results files. The one file whose name depends on user choice of ffpm filter appears to get generated and capture correctly. I think we can merge this PR now.