Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
impute-gene-expression
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Kevin Kunzmann
impute-gene-expression
Commits
494f49f5
Commit
494f49f5
authored
Mar 06, 2020
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor
parent
32a97b06
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
15 deletions
+9
-15
.gitignore
.gitignore
+8
-3
scripts/download_container.sh
scripts/download_container.sh
+0
-1
scripts/map-hg38-dosage-to-gtex-variants.Rmd
scripts/map-hg38-dosage-to-gtex-variants.Rmd
+1
-1
scripts/pull.sh
scripts/pull.sh
+0
-4
scripts/slurm-snakemake.sh
scripts/slurm-snakemake.sh
+0
-6
No files found.
.gitignore
View file @
494f49f5
.config
.snakemake
output
logs
nohup.out
container.sif
*.err
*.out
*.sif
*.simg
*.html
*.pdf
.DS_Store
.Rproj.user
scripts/download_container.sh
deleted
100644 → 0
View file @
32a97b06
wget https://zenodo.org/record/3376504/files/container.sif
-O
container.sif
scripts/map-hg38-dosage-to-gtex-variants.Rmd
View file @
494f49f5
...
...
@@ -38,7 +38,7 @@ out_file <- str_replace(
)
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(
# to make sure we do not lose corner cases,
...
...
scripts/pull.sh
deleted
100755 → 0
View file @
32a97b06
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
scripts/slurm-snakemake.sh
deleted
100755 → 0
View file @
32a97b06
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}"
&
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