choishingwan / PRSice

A software package for calculating, applying, evaluating and plotting the results of polygenic risk scores
http://prsice.info
GNU General Public License v3.0
180 stars 85 forks source link

Reduce time #345

Closed SoumenMaity922 closed 11 months ago

SoumenMaity922 commented 11 months ago

Hi, Every time I run the PRSice using the PRSice.R and PRSice_linux files, it needs to install the necessary libraries. Is that necessary? I am working on an HPC environment.

choishingwan commented 11 months ago

Rather give it the same directory with --dir so that we install to the same place, or install those packages manually.

On Fri, Sep 29, 2023, 6:11 AM Soumen Maity @.***> wrote:

Assigned #345 https://github.com/choishingwan/PRSice/issues/345 to @choishingwan https://github.com/choishingwan.

— Reply to this email directly, view it on GitHub https://github.com/choishingwan/PRSice/issues/345#event-10509539531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJTRYXIKV65RP7KZTWKD2TX42NFBANCNFSM6AAAAAA5MHUJDQ . You are receiving this because you were assigned.Message ID: @.***>

SoumenMaity922 commented 11 months ago

ok. Thank you.