@@ -54,20 +54,22 @@ Once done you can launch the pipeline as:
...
@@ -54,20 +54,22 @@ Once done you can launch the pipeline as:
nextflow run jass_pipeline.nf --ref_panel {ABSOLUTE_PATH_TO_PIPELINE_FOLDER}/Ref_panel --gwas_folder {ABSOLUTE_PATH_TO_PIPELINE_FOLDER}/test_data/hg_ -with-report jass_report.html
nextflow run jass_pipeline.nf --ref_panel {ABSOLUTE_PATH_TO_PIPELINE_FOLDER}/Ref_panel --gwas_folder {ABSOLUTE_PATH_TO_PIPELINE_FOLDER}/test_data/hg_ -with-report jass_report.html
```
```
If all went well, you have cleaned the three summary statistic files, aligned them on the reference panel, and integrated them in one database. The database was used to perform a multi-trait GWAS on the three traits.
## Required Input
## Required Input
The following Item are necessary to run JASS pipeline on real data
The following Item are necessary to run JASS pipeline on real data
1. --meta_data : A path toward a meta-data file describing GWAS (see example file in ./input_files/test1.csv and [jass_preprocessing documentation](http://statistical-genetics.pages.pasteur.fr/jass_preprocessing/))
1. --meta_data : A path toward a meta-data file describing GWAS (see example file in ./input_files/test1.csv and [jass_preprocessing documentation](http://statistical-genetics.pages.pasteur.fr/jass_preprocessing/))
2. --gwas_folder : A path toward a folder containing the summary statistics to analyze
2. --gwas_folder : A path toward a folder containing the summary statistics to analyze
3. --ref_panel :A folder containing a Reference Panel in the .bim, .bed, .fam format
3. --ref_panel_WG : a path toward a reference panel (all genome as 1 file). See below to download curated reference panels by ancestries derived from 1000G
4. --ld-folder : A path toward a folder containing LD matrices (that can be generated from the reference panel with the raiss package as described here : http://statistical-genetics.pages.pasteur.fr/raiss/#precomputation-of-ld-correlation)
4. --ld-folder : A path toward a folder containing LD matrices (that can be generated from the reference panel with the raiss package as described here : http://statistical-genetics.pages.pasteur.fr/raiss/#precomputation-of-ld-correlation)
5. --group If you wish to compute joint analyses with the pipeline, a group file with the each phenotype group written on a separated line
5. --group If you wish to compute joint analyses with the pipeline, a group file with the each phenotype group written on a separated line
## Optional parameters
## Optional parameters
* --output_folder : A path toward a folder to write pipeline results (inittable, worktable...). by default results will be publish in the workflow directory.
* --output_folder : A path toward a folder to write pipeline results (inittable, worktable...). by default results will be publish in the workflow directory.
* --ref_panel : A folder containing a Reference Panel in the .bim, .bed, .fam format for imputation with RAISS
## Available reference panels
## Available reference panels
To make reference panel readily available, we use git lfs.
To make reference panel readily available, we use git lfs.