rhysnewell / aviary

A hybrid assembly and MAG recovery pipeline (and more!)
GNU General Public License v3.0
76 stars 11 forks source link

fix: batch checks read type correctly #202

Closed rhysnewell closed 2 months ago

rhysnewell commented 2 months ago

Batch test was not correctly setting long_read_type in the config file due to missing medaka_model parameters in the parsed arguments. Additionally, the batch mode was not checking if the long read type was valid like other CLI usage does.