kids-first / kf-rnaseq-workflow

:microscope: RNA-Seq workflow for Kids-First DRC
Apache License 2.0
9 stars 8 forks source link

🎨 simplify input variables #49

Closed dmiller15 closed 8 months ago

dmiller15 commented 8 months ago

Description

Effective change for users:

Breakdown of changes:

Closes https://github.com/d3b-center/bixu-tracker/issues/1871

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:

dmiller15 commented 8 months ago

@migbro well running it in bash doesn't really change anything. I tried to throw pipefail in there but it failed because calling head on samtools view will actually result in a pipefail. The only way around that is to put in a || : (OR TRUE) thing. So overall pretty pointless here but it was nice to see it actually working.