NYU-Molecular-Pathology / snsxt

bioinformatics pipeline framework for data analysis
GNU General Public License v3.0
4 stars 3 forks source link

Tasks might not be executed in order #12

Closed stevekm closed 7 years ago

stevekm commented 7 years ago

Since the task list is a YAML dictionary, the order of keys is not saved. See this for a solution that loads it as an ordered dict

https://stackoverflow.com/questions/5121931/in-python-how-can-you-load-yaml-mappings-as-ordereddicts