Releases: mskcc/pluto-cwl
Releases · mskcc/pluto-cwl
Version 21.9.3
- add .png output for facets
- refactor all remaining test cases to use the latest
plutosubmodule andPlutoTestCaseto allow for better control of test executions
Version 21.9.2
- add cBioPortal SV file conversion for new SV file format requirements
- add
data_mutations_uncalled.txtoutput for samples fillout workflow - add parallel test case scripts and recipe to Makefile for faster dev & debug
- fix issues in some unit tests and integrations tests that were preventing CI from working
- refactor some test cases to use latest
plutomodule methods for better test case execution controls
Version 21.9.1
- fix output for
data_CNA.txtfile to use merged output - add
updateCaseList.cwlfor updating cBioPortal case list files - add
extra_sample_idsfor portal workflow and workflow with facets
Version 21.9.0
- merge in
docsbranch - add cBioPortal compatible .maf output for fillout workflow
- fix some broken test cases
- fix germline filter for fillout workflow
- version bump helix filters container used throughout workflow
- add
types.ymlfor CWL record type definitions for use throughout CWL workflows - overhaul of test cases for fillout workflow
- clean up env.sh file
- remove
pluto-cwloperators,run.pyandrun-json.pyscripts; use therun-cwltool.shandrun-toil.shscripts fromplutosubmodule instead
Version 21.8.1
- disable germline filter for sample fillout workflow
- update test cases
Version 21.8.0
- add differential handling for research and clinical samples in fillout workflow including conditional variant filtering
- add conditional handling for Facets workflow
Version 21.7.0
Updates for samples_fillout_index_workflow.cwl and samples_fillout_workflow.cwl:
- update input schema to use array of
samplerecords - add filtering for input
samplerecords to apply cBioPortal filters for "indexed" samples prior to using them in fillout - add sample
normal_idas an input for eachsamplerecord and apply it correctly in the output maf file rows - optional output fillout maf filename
Other:
- fixes for integration testing env and recipes
- added XL size integration test case
Version 21.6.0
- refactor test cases for
workflow_with_facets.cwlandworkflow.cwlto use new updates toplutosubmodule library - add medium sized test case for integration testing
Version 21.5.0
- add full-outer-join.cwl for merging CNA tables
- add data_CNA merge against extra input tables to pipeline, output under the file
data_CNA.txt - add basic HTML report to main workflow
- update
plutosubmodule to start usingOFileandODirclasses for test cases
Version 21.4.5
- full refactor of samples fillout workflow to give cBio Portal compatible output
- various Docker container dependency updates including usage of helix filter Docker containers instead of cmo containers
- fixes for environment variables for Docker containers
- removal of some old deprecated cwl listings
- fix for array syntax in main workflow with facets
- lots of updates and tweaks for
plutosubmodule