statgen / pheweb

A tool to build a website to browse hundreds or thousands of GWAS.
MIT License
154 stars 65 forks source link

Option request: --njobs for "pheweb process --no-parse" #150

Closed Shicheng-Guo closed 3 years ago

Shicheng-Guo commented 3 years ago

Hi Peter,

Do you think we can create an option --njobs which will be quite useful for debug for input files? For example, the jobs for Manhattan plot is always kills, but it is hard to know which input file has bugs. if we have --njobs 1, we can easily figure out which file should be checked.

Thanks

Shicheng

pjvandehaar commented 3 years ago

Try pheweb conf num_procs=1 process --no-parse.