dan-landau / IronThrone-GoT

processes GoT amplicon data and generates a table of metrics
26 stars 6 forks source link

Minor missing file printing error #8

Open jxmavs opened 3 years ago

jxmavs commented 3 years ago

In line 737 of IronThrone-GoT

open CONF, $conf_file or die "[$file_in] $!";

to

open CONF, $conf_file or die "[$conf_file] $!";

because the missing file is conf_file, not file_in