Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
BDS
GeneDER
GeneDER_core
Commits
aaf736be
Commit
aaf736be
authored
Nov 28, 2020
by
Leon-Charles Tranchevent
Browse files
Refactoring step 07 to process all datasets at once (Part I).
parent
69511fa6
Changes
18
Hide whitespace changes
Inline
Side-by-side
1
7-Enrichment
_all
/CP_enrich.R
→
0
7-Enrichment/CP_enrich.R
View file @
aaf736be
File moved
1
7-Enrichment
_all
/CP_enrich.sh
→
0
7-Enrichment/CP_enrich.sh
View file @
aaf736be
#!/bin/bash -l
#SBATCH -J geneder:
1
7:cp_enrich
#SBATCH -J geneder:
0
7:cp_enrich
#SBATCH --mail-type=all
#SBATCH --mail-user=leon-charles.tranchevent@uni.lu
#SBATCH -N 1
#SBATCH -n 25
#SBATCH --time=0-0
6
:00:00
#SBATCH --time=0-0
8
:00:00
#SBATCH -p batch
#SBATCH --qos=
qos-batch
#SBATCH --qos=
normal
echo
"== Starting run at
$(
date
)
"
echo
"== Job ID:
${
SLURM_JOBID
}
"
...
...
@@ -15,9 +15,9 @@ echo "== Submit dir. : ${SLURM_SUBMIT_DIR}"
echo
""
# Defining global parameters.
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
1
7-Enrichment
_all
/
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
0
7-Enrichment/
# Loading modules.
module load lang/R/3.6.0-foss-2019a-bare
...
...
1
7-Enrichment
_all
/G2P_enrich.R
→
0
7-Enrichment/G2P_enrich.R
View file @
aaf736be
File moved
1
7-Enrichment
_all
/G2P_enrich.sh
→
0
7-Enrichment/G2P_enrich.sh
View file @
aaf736be
#!/bin/bash -l
#SBATCH -J geneder:
1
7:g2p_enrich
#SBATCH -J geneder:
0
7:g2p_enrich
#SBATCH --mail-type=all
#SBATCH --mail-user=leon-charles.tranchevent@uni.lu
#SBATCH -N 1
#SBATCH -n 8
#SBATCH --time=0-1
5
:00:00
#SBATCH --time=0-1
9
:00:00
#SBATCH -p batch
#SBATCH --qos=
qos-batch
#SBATCH --qos=
normal
echo
"== Starting run at
$(
date
)
"
echo
"== Job ID:
${
SLURM_JOBID
}
"
...
...
@@ -15,9 +15,9 @@ echo "== Submit dir. : ${SLURM_SUBMIT_DIR}"
echo
""
# Defining global parameters.
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
1
7-Enrichment
_all
/
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
0
7-Enrichment/
# Loading modules.
module load lang/R/3.6.0-foss-2019a-bare
...
...
1
7-Enrichment
_all
/Makefile
→
0
7-Enrichment/Makefile
View file @
aaf736be
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
1
7-Enrichment
_all
/
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
0
7-Enrichment/
clean
:
@
rm
-rf
*
~
...
...
@@ -13,9 +13,9 @@ enrich:
@
sbatch
${CODE_FOLDER}
CP_enrich.sh
@
sbatch
${CODE_FOLDER}
G2P_enrich.sh
@
sbatch
${CODE_FOLDER}
ROT_enrich.sh
pfenrich
:
@
/bin/bash
${CODE_FOLDER}
PF_enrich.sh
#merge:
# @sbatch ${CODE_FOLDER}merge.sh
##
pfenrich:
##
@/bin/bash ${CODE_FOLDER}PF_enrich.sh
#
#merge:
#
# @sbatch ${CODE_FOLDER}merge.sh
gsp
:
@
sbatch
${CODE_FOLDER}
gender_specific_pathways.sh
1
7-Enrichment
_all
/PF_enrich.R
→
0
7-Enrichment/PF_enrich.R
View file @
aaf736be
File moved
1
7-Enrichment
_all
/PF_enrich.sh
→
0
7-Enrichment/PF_enrich.sh
View file @
aaf736be
#!/bin/bash -l
# Defining global parameters.
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
1
7-Enrichment
_all
/
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
0
7-Enrichment/
# Actual jobs
#xvfb-run Rscript --vanilla ${CODE_FOLDER}/PF_enrich.R > ${OUTPUT_FOLDER}/PF_enrich_log.out 2> ${OUTPUT_FOLDER}/PF_enrich_log.err
...
...
1
7-Enrichment
_all
/README.md
→
0
7-Enrichment/README.md
View file @
aaf736be
...
...
@@ -26,7 +26,7 @@ make gsp
```
# Prerequisites
A prerequisite is to have the results of the
second
integration (
MA+RS,
step
1
6).
A prerequisite is to have the results of the integration (step
0
6).
#TODO
This steps needs to be completely changed as to incorporate the latest change in the workflow (new rankings and so on).
1
7-Enrichment
_all
/ROT_enrich.R
→
0
7-Enrichment/ROT_enrich.R
View file @
aaf736be
File moved
1
7-Enrichment
_all
/ROT_enrich.sh
→
0
7-Enrichment/ROT_enrich.sh
View file @
aaf736be
#!/bin/bash -l
#SBATCH -J geneder:
1
7:rot_enrich
#SBATCH -J geneder:
0
7:rot_enrich
#SBATCH --mail-type=all
#SBATCH --mail-user=leon-charles.tranchevent@uni.lu
#SBATCH -N 1
#SBATCH -n 8
#SBATCH --time=0-
18
:00:00
#SBATCH --time=0-
22
:00:00
#SBATCH -p batch
#SBATCH --qos=
qos-batch
#SBATCH --qos=
normal
echo
"== Starting run at
$(
date
)
"
echo
"== Job ID:
${
SLURM_JOBID
}
"
...
...
@@ -15,9 +15,9 @@ echo "== Submit dir. : ${SLURM_SUBMIT_DIR}"
echo
""
# Defining global parameters.
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
1
7-Enrichment
_all
/
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
0
7-Enrichment/
# Loading modules.
module load lang/R/3.6.0-foss-2019a-bare
...
...
1
7-Enrichment
_all
/create_visualizations.R
→
0
7-Enrichment/create_visualizations.R
View file @
aaf736be
File moved
1
7-Enrichment
_all
/gender_specific_pathways.R
→
0
7-Enrichment/gender_specific_pathways.R
View file @
aaf736be
File moved
1
7-Enrichment
_all
/gender_specific_pathways.sh
→
0
7-Enrichment/gender_specific_pathways.sh
View file @
aaf736be
#!/bin/bash -l
#SBATCH -J geneder:
1
7:gsp
#SBATCH -J geneder:
0
7:gsp
#SBATCH --mail-type=all
#SBATCH --mail-user=leon-charles.tranchevent@uni.lu
#SBATCH -N 1
#SBATCH -n 8
#SBATCH --time=0-00:01:00
#SBATCH -p batch
#SBATCH --qos=
qos-batch
#SBATCH --qos=
normal
echo
"== Starting run at
$(
date
)
"
echo
"== Job ID:
${
SLURM_JOBID
}
"
...
...
@@ -15,9 +15,9 @@ echo "== Submit dir. : ${SLURM_SUBMIT_DIR}"
echo
""
# Defining global parameters.
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
1
7-Enrichment
_all
/
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
0
7-Enrichment/
# Loading modules.
module load lang/R/3.6.0-foss-2019a-bare
...
...
07-Enrichment/local_config.yml
0 → 100644
View file @
aaf736be
local_input_data_dir
:
!!str
'
06/'
local_data_dir
:
!!str
'
07/'
local_code_dir
:
!!str
'
07-Enrichment/'
1
7-Enrichment
_all
/merge.R
→
0
7-Enrichment/merge.R
View file @
aaf736be
File moved
1
7-Enrichment
_all
/merge.sh
→
0
7-Enrichment/merge.sh
View file @
aaf736be
#!/bin/bash -l
#SBATCH -J geneder:
1
7:merge
#SBATCH -J geneder:
0
7:merge
#SBATCH --mail-type=all
#SBATCH --mail-user=leon-charles.tranchevent@uni.lu
#SBATCH -N 1
#SBATCH -n 8
#SBATCH --time=0-00:01:00
#SBATCH -p batch
#SBATCH --qos=
qos-batch
#SBATCH --qos=
normal
echo
"== Starting run at
$(
date
)
"
echo
"== Job ID:
${
SLURM_JOBID
}
"
...
...
@@ -15,9 +15,9 @@ echo "== Submit dir. : ${SLURM_SUBMIT_DIR}"
echo
""
# Defining global parameters.
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
1
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
1
7-Enrichment
_all
/
INPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
6/
OUTPUT_FOLDER
=
/home/users/ltranchevent/Data/GeneDER/Analysis/
0
7/
CODE_FOLDER
=
/home/users/ltranchevent/Projects/GeneDER/Analysis/
0
7-Enrichment/
# Loading modules.
module load lang/R/3.6.0-foss-2019a-bare
...
...
1
7-Enrichment
_all
/pathways_with_gender_specific_genes.R
→
0
7-Enrichment/pathways_with_gender_specific_genes.R
View file @
aaf736be
File moved
17-Enrichment_all/local_config.yml
deleted
100644 → 0
View file @
69511fa6
local_input_data_dir
:
!!str
'
16/'
local_data_dir
:
!!str
'
17/'
local_code_dir
:
!!str
'
17-Enrichment_all/'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment