Commit c4b27372 authored by Kevin Kunzmann's avatar Kevin Kunzmann

...

Merge branch 'refactor-gtex-v8' of https://git.center-tbi.eu/kunzmann/impute-gene-expression into refactor-gtex-v8

# Conflicts:
#	.gitignore
parents c4836fb5 494f49f5
.config .config
.snakemake .snakemake
output output
logs
nohup.out
*.err
*.out
*.sif *.sif
*.simg
*.html *.html
*.pdf
.DS_Store .DS_Store
.Rproj.user .Rproj.user
wget https://zenodo.org/record/3376504/files/container.sif -O container.sif
...@@ -38,7 +38,7 @@ out_file <- str_replace( ...@@ -38,7 +38,7 @@ out_file <- str_replace(
) )
tbl_gtex_lookup <- vroom::vroom( tbl_gtex_lookup <- vroom::vroom(
"GTEx_Analysis_2017-06-05_v8_WholeGenomeSeq_838Indiv_Analysis_Freeze.lookup_table.txt.gz" "output/GTEx_v8_hg38p7_variant_lookup_table.txt.gz"
) %>% ) %>%
filter( filter(
# to make sure we do not lose corner cases, # to make sure we do not lose corner cases,
......
mkdir -p output/imputed-gene-expressions
rsync -avzhe ssh --progress \
kk656@login-cpu.hpc.cam.ac.uk:/home/kk656/scratch/impute-gene-expression/output/imputed-gene-expressions \
output/imputed-gene-expressions
mkdir -p logs
nohup snakemake $1 \
--jobs 13 \
--use-singularity \
--cluster-config cluster.json \
--cluster "sbatch -A {cluster.account} -p {cluster.partition} --ntasks {cluster.ntasks} --cpus-per-task {cluster.ncpu} --nodes {cluster.nodes} -t {cluster.time} --job-name {cluster.name} --output {cluster.output} --error {cluster.error}" &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment