kids-first / kf-rnaseq-workflow

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

⚾️ sample name renamed to basename #21

Closed dmiller15 closed 3 years ago

dmiller15 commented 3 years ago

Description

The variable sample_name is being used in an outdated fashion as the basename for all outputs. This became apparent with the addition of annoFuse written in our current best practices. As such, this PR folds sample_name into the output_basename that came with annoFuse. AnnoFuse gets to keep sample_name to itself as its the only tool using it within the files.

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

Type of change

Please delete options that are not relevant.

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: