Skip to content

Commit

Permalink
gVCF joint: provide relative symlinks for reference inputs bcbio/bcbi…
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Nov 27, 2018
1 parent 8146478 commit 328272d
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 111 deletions.
164 changes: 83 additions & 81 deletions gvcf_joint/gvcf-joint-workflow/main-gvcf-joint-samples.json

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions gvcf_joint/gvcf-joint-workflow/main-gvcf-joint.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ inputs:
- id: config__algorithm__adapters
type:
items:
- 'null'
- items:
- 'null'
- string
items: string
type: array
type: array
- id: genome_resources__variation__1000g
Expand Down
10 changes: 2 additions & 8 deletions gvcf_joint/gvcf-joint-workflow/steps/alignment_to_rec.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ inputs:
- id: config__algorithm__adapters
type:
items:
- 'null'
- items:
- 'null'
- string
items: string
type: array
type: array
- id: config__algorithm__bam_clean
Expand Down Expand Up @@ -156,10 +153,7 @@ outputs:
type: File
- name: config__algorithm__adapters
type:
- 'null'
- items:
- 'null'
- string
items: string
type: array
- name: rgnames__lb
type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ inputs:
type: File
- name: config__algorithm__adapters
type:
- 'null'
- items:
- 'null'
- string
items: string
type: array
- name: rgnames__lb
type:
Expand Down
5 changes: 1 addition & 4 deletions gvcf_joint/gvcf-joint-workflow/steps/prep_align_inputs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ inputs:
type: File
- name: config__algorithm__adapters
type:
- 'null'
- items:
- 'null'
- string
items: string
type: array
- name: rgnames__lb
type:
Expand Down
5 changes: 1 addition & 4 deletions gvcf_joint/gvcf-joint-workflow/steps/process_alignment.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ inputs:
type: File
- name: config__algorithm__adapters
type:
- 'null'
- items:
- 'null'
- string
items: string
type: array
- name: rgnames__lb
type:
Expand Down
5 changes: 1 addition & 4 deletions gvcf_joint/gvcf-joint-workflow/wf-alignment.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ inputs:
type: File
- name: config__algorithm__adapters
type:
- 'null'
- items:
- 'null'
- string
items: string
type: array
- name: rgnames__lb
type:
Expand Down
1 change: 1 addition & 0 deletions gvcf_joint/gvcf-joint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ details:
files: ../testdata/100326_FC6107FAAXX/7_100326_FC6107FAAXX.bam
- algorithm:
aligner: bwa
adapters: polyx
recalibrate: true
variantcaller: [gatk-haplotype, strelka2]
tools_on: [gvcf]
Expand Down
4 changes: 2 additions & 2 deletions gvcf_joint/run_generate_cwl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ PNAME=gvcf-joint
rm -rf $PNAME-workflow
bcbio_vm.py cwl --systemconfig=../bcbio_system.yaml gvcf-joint.yaml

#BASEDIR=`cd .. && pwd`
#sed -i.bak "s#$BASEDIR/testdata#../../testdata#" $PNAME-workflow/main-$PNAME-samples.json
BASEDIR=`cd .. && pwd`
sed -i.bak "s#$BASEDIR/testdata#../../testdata#" $PNAME-workflow/main-$PNAME-samples.json

0 comments on commit 328272d

Please sign in to comment.