Consult for snakemake rule mad_root_post
Closed this issue · 1 comments
hermanzhaozzzz commented
I don't fully understand it yet, but is there a mistake for the input?
I mean, maybe the input should be "{folder}/{mattype}_struct_tree.PP.nwk.rooted"
rule mad_root_post:
conda:
#"config/fold_tree.yaml"
"foldtree"
input:
"{folder}/{mattype}_struct_tree.PP.nwk" # or nwk.rooted by madroot?
output:
"{folder}/{mattype}_struct_tree.PP.nwk.rooted.final"
log:
"{folder}/logs/{mattype}_struct_madroot_post.log"
script:
'../src/process_madroot.py'
cactuskid commented
yes. this was indeed a mistake. thank you for spotting this.