kids-first / kf-alignment-workflow

:microscope: Alignment workflow for Kids-First DRC
Apache License 2.0
10 stars 6 forks source link

🔧 no escapes in arguments #93

Closed dmiller15 closed 4 years ago

dmiller15 commented 4 years ago

Description

Issue brought to our attention by the IPC folks where escape characters were not being properly resolved in cwltool. This PR addresses the issue by changing tabs and newlines to their ASCII codes (chr(9) for tab and chr(10) for newline).

Resolves https://github.com/d3b-center/bixu-tracker/issues/659

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist: