Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CRAM-no-header-md5sum/CRAM_md5sum_checker_wrapper.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cwlVersion: v1.0
class: Workflow

$namespaces:
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/

dct:creator:
'@id': https://orcid.org/0000-0001-5173-4627
foaf:name: Walter Shands
Expand Down
4 changes: 4 additions & 0 deletions CRAM-no-header-md5sum/md5sum/CRAM_md5sum.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cwlVersion: v1.0
class: Workflow

$namespaces:
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/

dct:creator:
'@id': https://orcid.org/0000-0001-5173-4627
foaf:name: Walter Shands
Expand Down
2 changes: 1 addition & 1 deletion aligner/sbg-alignment-cwl/steps/align.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class: CommandLineTool
cwlVersion: v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
id: marko_zecevic_topmed_alignment_topmed_align_0
baseCommand:
- chmod
Expand Down
2 changes: 1 addition & 1 deletion aligner/sbg-alignment-cwl/steps/alignment-validation.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class: CommandLineTool
cwlVersion: v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
id: alignment_validation
baseCommand:
- '{'
Expand Down
2 changes: 1 addition & 1 deletion aligner/sbg-alignment-cwl/steps/post-align.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class: CommandLineTool
cwlVersion: v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
id: marko_zecevic_topmed_alignment_topmed_post_align_3
baseCommand:
- samtools
Expand Down
2 changes: 1 addition & 1 deletion aligner/sbg-alignment-cwl/steps/pre-align.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class: CommandLineTool
cwlVersion: v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
id: marko_zecevic_validation_app_topmed_alignment_topmed_pre_align_7
baseCommand:
- samtools
Expand Down
2 changes: 1 addition & 1 deletion aligner/sbg-alignment-cwl/steps/samtools-sort.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class: CommandLineTool
cwlVersion: v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
id: marko_zecevic_topmed_alignment_samtools_sort_0
baseCommand:
- samtools
Expand Down
5 changes: 4 additions & 1 deletion aligner/sbg-alignment-cwl/topmed-alignment-checker.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ id: topmed_alignment_checker
doc: Checker for the TopMed alignment workflow.
label: TOPMed Alignment - checker
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/

inputs:
- id: reference_genome
'sbg:fileTypes': 'FA, FASTA'
Expand Down
4 changes: 3 additions & 1 deletion aligner/sbg-alignment-cwl/topmed-alignment.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ doc: >-
Wrapper Author: Marko Zecevic (marko.zecevic@sbgenomics.com)
label: TOPMed Alignment
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
inputs:
- id: input_file
'sbg:fileTypes': CRAM
Expand Down
4 changes: 4 additions & 0 deletions aligner/topmed-cwl/workflow/alignment_workflow.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,7 @@ steps:
reference: indexed_reference_fasta
input_bam: SortBam/output_sorted_bam
out: [output]

$namespaces:
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,4 @@ requirements:
return files.reverse();
};
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ requirements:
return files.reverse();
};
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@ hints:
'sbg:appVersion':
- v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
foaf: http://xmlns.com/foaf/0.1/
dct: http://purl.org/dc/terms/
'sbg:revision': 25
'sbg:latestRevision': 25
'sbg:projectName': TOPMed Freeze 3a Variant Calling Pipeline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,5 @@ steps:
requirements:
- class: InlineJavascriptRequirement
$namespaces:
sbg: 'https://sevenbridges.com'
'dct:creator':
'foaf:mbox': 'mailto:vladimir.obucina@sbgenomics.com'
'foaf:name': Vladimir Obucina
sbg: 'https://sevenbridges.com/'

Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ steps:
https://igor.sbgenomics.com/ns/brood/images/vladimir_obucina/topmed-freeze-3a-variant-calling-pipeline/gatkconcordance/1.png
'sbg:sbgMaintained': false
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
'sbg:modifiedBy': vladimir_obucina
'sbg:appVersion':
- v1.0
Expand Down Expand Up @@ -210,7 +210,7 @@ steps:
https://igor.sbgenomics.com/ns/brood/images/vladimir_obucina/topmed-freeze-3a-variant-calling-pipeline/gatkconcordancechecker/2.png
'sbg:sbgMaintained': false
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
'sbg:modifiedBy': vladimir_obucina
'sbg:appVersion':
- v1.0
Expand Down Expand Up @@ -253,7 +253,7 @@ requirements: []
'sbg:appVersion':
- v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
'sbg:revision': 4
'sbg:revisionsInfo':
- 'sbg:revision': 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ requirements:
'sbg:appVersion':
- v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
'sbg:revision': 1
'sbg:revisionsInfo':
- 'sbg:revision': 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requirements:
'sbg:appVersion':
- v1.0
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
'sbg:revision': 2
'sbg:revisionsInfo':
- 'sbg:revision': 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ requirements:
read_and_compare_vcfs_from_tar_gz(test_vcf, truth_vcf)
- class: InlineJavascriptRequirement
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ steps:
requirements:
- class: SubworkflowFeatureRequirement
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ requirements:
'sbg:modifiedBy': vladimir_obucina
'sbg:revisionNotes': 'UPDATE: GRCh37 instead of hg19'
$namespaces:
sbg: 'https://sevenbridges.com'
sbg: 'https://sevenbridges.com/'
'sbg:cmdPreview': >-
export PATH=$PATH:/VerifyBamID/bin/ && VerifyBamID --UDPath
/VerifyBamID/resource/1000g.phase3.100k.b37.vcf.gz.dat.UD --BedPath
Expand Down