kfuku52 / amalgkit

RNA-seq data amalgamation for a large-scale evolutionary transcriptomics
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

--one_outlier_per_iter default changed #56

Open kfuku52 opened 3 years ago

kfuku52 commented 3 years ago

https://github.com/kfuku52/amalgkit/commit/12bf987bb7d022c4a86cc8693274086b80fb8e98 @Hego-CCTB This commit changes the default of --one_outlier_per_iter to 'no', to maintain the original behavior. We can activate it by default if its performance is consistently better, but I think we don't have any performance comparison yet.

kfuku52 commented 1 year ago

@Hego-CCTB I will take care of it if you don't have time.

Hego-CCTB commented 1 year ago

I'll make a performance comparison, this shouldn't take too long. In terms of computing time, --one_outlier_per_iter to 'no' should always be at least equal or faster than 'yes', as there are fewer iterations involved. For actual quality, we'll need to see the amalgkit results. I'll run a couple of datasets in both modes and post the statistics here.

kfuku52 commented 1 month ago

Have you had a chance to investigate this issue?