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
e797edd1
Commit
e797edd1
authored
Sep 02, 2019
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
earlier filtering
parent
18832746
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Snakefile
Snakefile
+0
-2
scripts/slurm-snakemake.sh
scripts/slurm-snakemake.sh
+3
-1
No files found.
Snakefile
View file @
e797edd1
...
...
@@ -82,8 +82,6 @@ rule vcf_to_dosages:
printf "done.\n\r\n\r"
"""
bcftools +fill-tags -e 'MAF[0]<0.01 | INFO<0.8 | TYPE!="snp" | N_ALT!=1' CENTER_TBI_imputed_3695_1K_MAC1_freeze_190829_chr1.vcf.gz > chr1.vcf
# extract sample file for PrediXcan
rule generate_samples_file:
input:
...
...
scripts/slurm-snakemake.sh
View file @
e797edd1
mkdir
logs
mkdir
-p
logs
rm
-f
nohup.out
touch
nohup.out
nohup
snakemake
$1
\
--jobs
99
\
--use-singularity
\
...
...
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