Skip to content

Commit

Permalink
Merge pull request #192 from jasonwalker80/fix_ref_in_no_mark_dup
Browse files Browse the repository at this point in the history
Use string input for reference
  • Loading branch information
jasonwalker80 authored Aug 10, 2017
2 parents fb93fbd + 61fbe2a commit be7e682
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# arvados_trial
Pilot test for using the Arvados system to create new MGI cancer pipelines.
# cancer-genomics-workflow
CWL workflow defintions for executing MGI Cancer Genomics analysis.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
reference:
class: File
path: ../GRCh38_full_analysis_set_plus_decoy_hla.fa
reference: ../GRCh38_full_analysis_set_plus_decoy_hla.fa
bams:
- {class: File, path: ../input_A.bam}
- {class: File, path: ../input_Z.bam}
Expand Down
13 changes: 13 additions & 0 deletions example_data/unaligned_bam_to_bqsr/workflow_no_dup_marking.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
reference: /gscmnt/gc2764/cad/HCC1395/toil/refseq/GRCh38DH/GRCh38_full_analysis_set_plus_decoy_hla.fa
bams:
- {class: File, path: /gscmnt/gc2764/cad/instrument_data/imported/62b8ffa0d8544d48b34bb009f6f43ec7/all_sequences.bam}
readgroups: ['@RG\tID:62b8ffa0d8544d48b34bb009f6f43ec7\tPL:ILLUMINA\tPU:HHV33BBXX-TCCGGAGA.1\tLB:H_IJ-NA12878-NA12878_K10PCRgf-lib1\tSM:H_IJ-NA12878-NA12878_K10']
dbsnp:
class: File
path: /gscmnt/gc2764/cad/HCC1395/toil/refseq/GRCh38DH/Homo_sapiens_assembly38.dbsnp138.vcf.gz
known_indels:
class: File
path: /gscmnt/gc2764/cad/HCC1395/toil/refseq/GRCh38DH/Homo_sapiens_assembly38.known_indels.vcf.gz
mills:
class: File
path: /gscmnt/gc2764/cad/HCC1395/toil/refseq/GRCh38DH/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz
3 changes: 1 addition & 2 deletions unaligned_bam_to_bqsr/workflow_no_dup_marking.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ inputs:
readgroups:
type: string[]
reference:
type: File
secondaryFiles: [.fai, .bwt, .sa, .ann, .amb, .pac, ^.dict, .alt]
type: string
dbsnp:
type: File
secondaryFiles: [.tbi]
Expand Down

0 comments on commit be7e682

Please sign in to comment.