CreateRuleException in line 16 of /Users/romeo/work/snakecharm/snakemaek_examples/untitled10/rule_001_use_check/rule_001.smk:
The name m_001_new is already used by another rule
File "/Users/romeo/work/snakecharm/snakemaek_examples/untitled10/rule_001_use_check/rule_001.smk", line 16, in <module>
use rule m_001 from m_001 as *_new with:
input:
"foo.txt"
rule m_001_new:
input: "foo.txt"
shell: "echo '!!!'"
It is expected to see an error from rule redeclaraton inspection
This code results in runtime error:
It is expected to see an error from rule redeclaraton inspection