Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JASS_suite_pipeline
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Statistical-Genetics
JASS_suite_pipeline
Commits
b9a0711e
Commit
b9a0711e
authored
3 years ago
by
Hanna JULIENNE
Browse files
Options
Downloads
Patches
Plain Diff
updated readme
parent
61fd47df
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-0
14 additions, 0 deletions
README.md
with
14 additions
and
0 deletions
README.md
+
14
−
0
View file @
b9a0711e
...
@@ -27,6 +27,7 @@ Download and extract reference panel for LD-score in the pipeline folder:
...
@@ -27,6 +27,7 @@ Download and extract reference panel for LD-score in the pipeline folder:
Once done you can launch the pipeline as:
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/ -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/ -with-report jass_report.html
```
```
...
@@ -51,3 +52,16 @@ The following Item are necessary to run JASS pipeline on real data
...
@@ -51,3 +52,16 @@ The following Item are necessary to run JASS pipeline on real data
If you are working with a HPC server (Slurm job scheduler), you can adapt the nextflow_sbatch.config file and launch the pipeline with a command like:
If you are working with a HPC server (Slurm job scheduler), you can adapt the nextflow_sbatch.config file and launch the pipeline with a command like:
sbatch --mem-per-cpu 32G -p common,dedicated,ggs --qos=long --wrap "module load java/13.0.2;module load singularity/3.8.3;module load graphviz/2.42.3;./nextflow run imputation_only.nf -with-report imput_report.html -with-timeline imput_timeline.html -c nextflow_sbatch.config -qs 300"
sbatch --mem-per-cpu 32G -p common,dedicated,ggs --qos=long --wrap "module load java/13.0.2;module load singularity/3.8.3;module load graphviz/2.42.3;./nextflow run imputation_only.nf -with-report imput_report.html -with-timeline imput_timeline.html -c nextflow_sbatch.config -qs 300"
## Using docker container
Stable versions of JASS tools are available as docker container:
-
JASS preprocessing:
https://quay.io/repository/biocontainers/jass_preprocessing?tab=tags
-
JASS containers:
https://quay.io/repository/biocontainers/jass?tab=tags
-
RAISS containers:
https://quay.io/repository/biocontainers/raiss?tab=tags
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment