Open lingyi-owl opened 3 years ago
I don't think we should do anything special with the output. We have reults/wtp
and keep the wtp structure.
This means:
results/wtp/input
outputdir
is just results/wtp/output
and whatever If you would really like to have things separate, per sample, one way I can think of is:
(4) would mess with any wtp reruns. If things are moved, every new run would trigger all samples rerunning, which is unecessary. If we symlink we avoid that. But it feels a bit weird, tbh
Opened #10 . I would suggest if you merge it we cleanup all wtp issues and start new ones (that are inevitable).
created a branch called
wtp
to integrate wtp pipeline into the current pipeline. I think one of the problems of integrating wtp is the output structure. wtp output data structure is like:this is different from the current viralbench pipeline output structure: ├── results │ ├── 2-643079_scaffolds │ │ ├── hmmsearch │ │ └── wtp │ ├── 2-643091_scaffolds │ │ ├── hmmsearch │ │ └── wtp
I am not sure how to solve these conflicts in data structure.