overreact icon indicating copy to clipboard operation
overreact copied to clipboard

Fail fast if any of the compound names contains a colon (`:`)

Open schneiderfelipe opened this issue 2 years ago • 0 comments

Imagine what happens when we get

$scheme
 [...]
 // Harmless, huh?
 B -> E# -> H -> L# -> M:RNH2
 [...]
$compounds
 [...]
 // Actually eats your brain out 🤯
 M:RNH2: 0w/M/product_0.out
 [...]

Pretty bad.

schneiderfelipe avatar Jan 17 '22 18:01 schneiderfelipe