Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hutspot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Klinische Genetica
capture-lumc
hutspot
Commits
109f45bc
Commit
109f45bc
authored
5 years ago
by
van den Berg
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'known-snps'
# Conflicts: # Snakefile
parents
90d19440
ac9d88c6
No related branches found
No related tags found
1 merge request
!13
Deprecate conda, make pipeline more general
Pipeline
#3109
failed
5 years ago
Stage: sanity
Stage: dry-run
Stage: integration
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Snakefile
+1
-1
1 addition, 1 deletion
Snakefile
cluster/sge_cluster.yml
+8
-2
8 additions, 2 deletions
cluster/sge_cluster.yml
src/safe_fastqc.sh
+1
-1
1 addition, 1 deletion
src/safe_fastqc.sh
with
10 additions
and
4 deletions
Snakefile
+
1
−
1
View file @
109f45bc
...
@@ -522,7 +522,7 @@ rule fastqc_raw:
...
@@ -522,7 +522,7 @@ rule fastqc_raw:
output:
output:
aux="{sample}/pre_process/raw_fastqc/.done.txt"
aux="{sample}/pre_process/raw_fastqc/.done.txt"
singularity: "docker://quay.io/biocontainers/fastqc:0.11.7--4"
singularity: "docker://quay.io/biocontainers/fastqc:0.11.7--4"
shell: "fastqc --nogroup -o {params.odir} {input.r1} {input.r2} "
shell: "fastqc
--threads 4
--nogroup -o {params.odir} {input.r1} {input.r2} "
"&& echo 'done' > {output.aux}"
"&& echo 'done' > {output.aux}"
...
...
This diff is collapsed.
Click to expand it.
cluster/sge_cluster.yml
+
8
−
2
View file @
109f45bc
...
@@ -7,7 +7,7 @@ align:
...
@@ -7,7 +7,7 @@ align:
threads
:
8
threads
:
8
vmem
:
4G
vmem
:
4G
markdup
:
markdup
:
vmem
:
1
0G
vmem
:
2
0G
baserecal
:
baserecal
:
threads
:
8
threads
:
8
vmem
:
6G
vmem
:
6G
...
@@ -24,6 +24,12 @@ genotype_gather:
...
@@ -24,6 +24,12 @@ genotype_gather:
covstats
:
covstats
:
vmem
:
6G
vmem
:
6G
multiqc
:
multiqc
:
vmem
:
2
0G
vmem
:
3
0G
split_vcf
:
split_vcf
:
vmem
:
20G
vmem
:
20G
fastqc_raw
:
threads
:
4
fastqc_merged
:
threads
:
4
fastqc_postqc
:
threads
:
4
This diff is collapsed.
Click to expand it.
src/safe_fastqc.sh
+
1
−
1
View file @
109f45bc
...
@@ -23,7 +23,7 @@ output_r1=${3}
...
@@ -23,7 +23,7 @@ output_r1=${3}
output_r2
=
${
4
}
output_r2
=
${
4
}
odir
=
${
5
}
odir
=
${
5
}
fastqc
--nogroup
-o
${
odir
}
${
input_r1
}
${
input_r2
}
fastqc
--threads
4
--nogroup
-o
${
odir
}
${
input_r1
}
${
input_r2
}
if
[[
-f
${
output_r1
}
]]
;
then
if
[[
-f
${
output_r1
}
]]
;
then
unzip
-l
${
output_r1
}
||
head
-c
0
${
output_r1
}
>
${
output_r1
}
unzip
-l
${
output_r1
}
||
head
-c
0
${
output_r1
}
>
${
output_r1
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment