From 042c9a367572623858a6062a0b2ea307e469f429 Mon Sep 17 00:00:00 2001 From: tutkuyaras <82367415+tutkuyaras@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:31:31 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e837e60..ed3c40c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ PGSXplorer includes a comprehensive pipeline that begins with rigorous quality c ## Computational Requirements Our tool is designed to work seamlessly on Linux-based local machines, as well as in HPC and cloud environments. To run the workflow, users need to have Nextflow and Docker installed on their systems. For those who prefer not to use Docker, the required tools must be pre-installed on their system for the corresponding functions. Please refer to the table below for the list of tools needed for each step of the workflow. Please ensure that the versions of the tools installed are compatible with the workflow requirements. Detailed installation instructions for each tool can be found in their respective official documentation. -Computational metrics including CPU utilization, memory consumption and execution time for each module of PGSXplorer have been systematically captured using the Nextflow parameters.These metrics provide detailed insight into the computational performance of the pipeline. +Computational metrics including CPU utilization, memory consumption and execution time for each module of PGSXplorer have been systematically captured using the Nextflow parameters.These metrics provide detailed insight into the computational performance of the pipeline. Nextflow reports produced for sample data sets can be found [here] (https://drive.google.com/drive/folders/1u6iAEZaDpq9U-EfrRNv2fZLEW-WXBPM2?usp=drive_link). ``` nextflow run main.nf -with-report pipeline_report.html and -with-timeline timeline.html @@ -61,7 +61,7 @@ nextflow run main.nf -with-report pipeline_report.html and -with-timeline timeli |-------------|------------------------------------|-------------------------------------------------| |Imputation | Genotype Imputation | Beagle | |-------------|------------------------------------|-------------------------------------------------| -|PGS | Single Ancestry | LDPred2, PRSice2,Lassosum 2, SBayesR-C, MegaPRS | +|PGS | Single Ancestry | LDPred2, PRSice2,Lassosum 2, MegaPRS, SBayesR-C | |-------------|------------------------------------|-------------------------------------------------| |PGS | Multi Ancestry | MUSSEL, PRS-CSx | |-------------|------------------------------------|-------------------------------------------------| @@ -107,6 +107,7 @@ To enable this SLURM executor, you can set process.executor = 'slurm' in the nex ### Parameters ``` + // Help Flag --help = false @@ -114,7 +115,7 @@ To enable this SLURM executor, you can set process.executor = 'slurm' in the nex --vcf_to_plink = false --target = "$PWD/target/" --target_prefix = "$PWD/target/target" - --target_qc_prefix = "$PWD/outputs/target_9" + --target_qc_prefix = "$PWD/outputs/last" --pheno_file = "$PWD/target/phenotype_file_t2.txt" // Default phenotype file --gwas_sumstat = "$PWD/target/GWAS_sumstat_t1.txt" // Default GWAS summary statistics file --mega_summaries = "$PWD/outputs/quant.summaries"