Skip to content
Permalink
f465d28c97
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (25 sloc) 1.21 KB
## Example pipeline execution
# Note: paths can be absolute or relative to the current directory
#!. Setup
bash step1_setup.sh
# 2. run pipeline
## pirol
bash step2_run_pipeline.sh \
pirol \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/GoDMC2/godmc_phase2/input_data_BeCOME/genotypes \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/CovSocial/PRSes/PRScs_pipeline/GWAS_sumstats/formatted/formatted_NEUno23and_18022020.sumstats \
120000 \
output \
NEU \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/tools/genoref/ldblk_1kg_eur \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/tools/miniforge3/etc/profile.d/conda.sh;
## raven
bash step2_run_pipeline.sh \
raven \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/GoDMC2/godmc_phase2/input_data_BeCOME/genotypes \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/CovSocial/PRSes/PRScs_pipeline/GWAS_sumstats/formatted/formatted_NEUno23and_18022020.sumstats \
120000 \
output \
NEU2 \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/tools/genoref/ldblk_1kg_eur \
/nexus/posix0/MPI-psych/g/dept-binder/mpsczamara/AliciaSchowe/tools/miniforge3/etc/profile.d/conda.sh;