Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
trio-whole-exome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
igmmbioinformatics
trio-whole-exome
Commits
4dc87258
Commit
4dc87258
authored
2 years ago
by
mwham
Browse files
Options
Downloads
Patches
Plain Diff
Fixing bcbio template, removing test duplicate
parent
8a631e71
No related branches found
No related tags found
2 merge requests
!10
Merge in master
,
!8
Bin dir, CI build fixes
Pipeline
#15420
passed
2 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/trio_whole_exome_bcbio_template.yaml
+2
-1
2 additions, 1 deletion
assets/trio_whole_exome_bcbio_template.yaml
nextflow.config
+6
-5
6 additions, 5 deletions
nextflow.config
tests/assets/bcbio/bcbio_template.yaml
+0
-22
0 additions, 22 deletions
tests/assets/bcbio/bcbio_template.yaml
with
8 additions
and
28 deletions
bin
/trio_whole_exome_bcbio_template.yaml
→
assets
/trio_whole_exome_bcbio_template.yaml
+
2
−
1
View file @
4dc87258
...
...
@@ -19,4 +19,5 @@ details:
analysis
:
variant2
genome_build
:
hg38
upload
:
dir
:
/home/u035/u035/shared/results
# relative path will output locally to the bcbio run folder
dir
:
./results
This diff is collapsed.
Click to expand it.
nextflow.config
+
6
−
5
View file @
4dc87258
...
...
@@ -7,6 +7,8 @@ params {
min_cpus
=
1
min_mem
=
1
.
GB
min_time
=
2
.
h
bcbio_template
=
"$projectDir/assets/trio_whole_exome_bcbio_template.yaml"
}
...
...
@@ -25,11 +27,10 @@ profiles {
params
.
max_mem
=
1
.
GB
params
.
max_time
=
1
.
h
params
.
bcbio
=
'scripts/bcbio_nextgen.py'
params
.
bcbio_template
=
'assets/bcbio/bcbio_template.yaml'
params
.
target_bed
=
'assets/input_data/Twist_Exome_RefSeq_targets_hg38.plus15bp.bed'
params
.
reference_genome
=
'assets/ref.fa'
params
.
output_dir
=
'outputs'
params
.
bcbio
=
"$projectDir/tests/scripts/bcbio_nextgen.py"
params
.
target_bed
=
"$projectDir/tests/assets/input_data/Twist_Exome_RefSeq_targets_hg38.plus15bp.bed"
params
.
reference_genome
=
"$projectDir/tests/assets/ref.fa"
params
.
output_dir
=
"$projectDir/tests/outputs"
}
slurm
{
...
...
This diff is collapsed.
Click to expand it.
tests/assets/bcbio/bcbio_template.yaml
deleted
100644 → 0
+
0
−
22
View file @
8a631e71
details
:
-
algorithm
:
platform
:
illumina
quality_format
:
standard
aligner
:
bwa
align_split_size
:
false
trim_reads
:
fastp
adapters
:
[
nextera2
,
polyg
]
mark_duplicates
:
true
realign
:
false
recalibrate
:
true
effects
:
vep
effects_transcripts
:
all
variantcaller
:
gatk-haplotype
indelcaller
:
false
remove_lcr
:
true
tools_on
:
-
vep_splicesite_annotations
analysis
:
variant2
genome_build
:
hg38
upload
:
dir
:
outputs/bcbio/results
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