rouskinlab / dreem

Detection of RNA folding Ensembles using Expectation-Maximization (DREEM)
Other
8 stars 1 forks source link

Fix the output path of the modules #16

Closed taillades closed 1 year ago

taillades commented 1 year ago

What it is now in the ./main.py

argument: out_dir output: out_dir/module/sample

What I think would be better

argument: out_dir/module output: out_dir/module/sample

Note: where should draw output his stuff? draw/sample/[stuff]? Or sample/[stuff]?