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
35acc798
Commit
35acc798
authored
Mar 10, 2020
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
2eec8369
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
15 deletions
+9
-15
config/cluster.json
config/cluster.json
+0
-14
config/snakemake/default/config.yaml
config/snakemake/default/config.yaml
+3
-0
config/snakemake/mrc-bsu-cluster/config.yaml
config/snakemake/mrc-bsu-cluster/config.yaml
+5
-0
scripts/singularity.def
scripts/singularity.def
+1
-1
No files found.
config/cluster.json
deleted
100644 → 0
View file @
2eec8369
{
"__default__"
:
{
"account"
:
"MRC-BSU-SL2-CPU"
,
"partition"
:
"skylake"
,
"time"
:
"02:00:00"
,
"ntasks"
:
"1"
,
"nodes"
:
"1"
,
"ncpu"
:
"1"
,
"name"
:
"{rule}__{wildcards}"
,
"output"
:
"logs/{rule}__{wildcards}.out"
,
"error"
:
"logs/{rule}__{wildcards}.out"
}
}
config/snakemake/default/config.yaml
0 → 100644
View file @
35acc798
use-singularity
:
True
singularity-args
:
"
-H
$PWD"
singularity-prefix
:
"
."
config/snakemake/mrc-bsu-cluster/config.yaml
0 → 100644
View file @
35acc798
jobs
:
20
use-singularity
:
True
cluster
:
"
sbatch
-A
MRC-BSU-SL2-CPU
-p
skylake
--ntasks
1
--cpus-per-task
1
--nodes
1
-t
02:00:00
--job-name
'{rule}__{wildcards}'
--output
'{rule}__{wildcards}.out'
--error
'{rule}__{wildcards}.err'"
singularity-args
:
"
-H
$PWD"
singularity-prefix
:
"
."
scripts/singularity.def
View file @
35acc798
...
@@ -26,7 +26,7 @@ From: rocker/verse:3.6.2
...
@@ -26,7 +26,7 @@ From: rocker/verse:3.6.2
# install bcftools
# install bcftools
export BCFVER=1.10.2
export BCFVER=1.10.2
apt-get -y install \
apt-get -y install \
gcc wget make zlib1g zlib1g-dev libbz2-dev liblzma-dev libcurl4-openssl-dev
gcc wget make zlib1g zlib1g-dev libbz2-dev liblzma-dev libcurl4-openssl-dev
pv
wget https://github.com/samtools/bcftools/releases/download/$BCFVER/bcftools-$BCFVER.tar.bz2
wget https://github.com/samtools/bcftools/releases/download/$BCFVER/bcftools-$BCFVER.tar.bz2
tar -xvjf bcftools-$BCFVER.tar.bz2
tar -xvjf bcftools-$BCFVER.tar.bz2
cd bcftools-$BCFVER
cd bcftools-$BCFVER
...
...
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