CDCgov / NCHHSTP-DTBE-Varpipe-WGS

This repository contains an analysis pipeline developed to characterize WGS output
Apache License 2.0
6 stars 2 forks source link

Optional Debug the script "Varpipeline.py" in /tools/ #4

Closed ybdong919 closed 1 year ago

ybdong919 commented 1 year ago

The terminal sometimes shows " AttributeError: module 'yaml' has no attribute 'FullLoader' ". In the above situation, PyYAML version is probably too old. This was added in 5.1. But you can use yaml.Loader instead, it is an alias for FullLoader.

reagank commented 1 year ago

This should be corrected in the most recent commit - d396209