- Selected
- |
- Default Values
- Nested Workflows
- Tools
- Inputs/Outputs
Inputs
ID | Type | Title | Doc |
---|---|---|---|
dbsnp | File | ||
known | File[] | ||
reads | File[] | ||
covariate | String[] | ||
reference | File | ||
output_bwamem | String | ||
output_PrintReads | String | ||
samtools-view-isbam | Boolean | ||
output_samtools-sort | String | ||
output_samtools-view | String | ||
output_IndelRealigner | String | ||
output_markDuplicates | String | ||
samtools-view-threads | String | ||
output_HaplotypeCaller | String | ||
output_BaseRecalibrator | String | ||
readSorted_markDuplicates | Boolean | ||
createIndex_markDuplicates | Boolean | ||
metricsFile_markDuplicates | String | ||
output_RealignTargetCreator | String | ||
removeDuplicates_markDuplicates | Boolean |
Steps
ID | Runs | Label | Doc |
---|---|---|---|
bwa-mem |
00.BWA-Mem.cwl
(CommandLineTool)
|
Usage: bwa mem [options] <idxbase> <in1.fq> [in2.fq] |
|
printReads |
07.GATK-PrintReads.cwl
(CommandLineTool)
|
GATK-RealignTargetCreator.cwl is developed for CWL consortium Prints all reads that have a mapping quality above zero Usage: java -Xmx4g -jar GenomeAnalysisTK.jar -T PrintReads -R reference.fasta -I input1.bam -I input2.bam -o output.bam --read_filter MappingQualityZero |
|
realignTarget |
04.GATK-RealignTargetCreator.cwl
(CommandLineTool)
|
GATK-RealignTargetCreator.cwl is developed for CWL consortium It accepts 3 input files and produces a file containing list of target intervals to pass to the IndelRealigner. Usage: java -jar GenomeAnalysisTK.jar -T RealignerTargetCreator -R reference.fasta -I input.bam --known indels.vcf -o forIndelRealigner.intervals. |
|
samtools-sort |
02.SAMTOOLS-Sort.cwl
(CommandLineTool)
|
||
samtools-view |
01.SAMTOOLS-View.cwl
(CommandLineTool)
|
samtools-view.cwl is developed for CWL consortium
Usage: samtools view [options] <in.bam>|<in.sam>|<in.cram> [region ...] |
|
indelRealigner |
05.GATK-IndelRealigner.cwl
(CommandLineTool)
|
GATK-RealignTargetCreator.cwl is developed for CWL consortium It performs local realignment of reads around indels. Usage: java -jar GenomeAnalysisTK.jar -T RealignerTargetCreator -R reference.fasta -I input.bam --known indels.vcf -o forIndelRealigner.intervals. |
|
markDuplicates |
03.PICARD-Markdup.cwl
(CommandLineTool)
|
Usage: |
|
haplotypeCaller |
08.GATK-HaplotypeCaller.cwl
(CommandLineTool)
|
GATK-RealignTargetCreator.cwl is developed for CWL consortium Call germline SNPs and indels via local re-assembly of haplotypes |
|
baseRecalibrator |
06.GATK-BaseRecalibrator.cwl
(CommandLineTool)
|
GATK-BaseRecalibrator.cwl is developed for CWL consortium It generate base recalibration table to compensate for systematic errors in basecalling confidences Usage: java -jar GenomeAnalysisTK.jar -T BaseRecalibrator -R reference.fasta -I my_reads.bam -knownSites latest_dbsnp.vcf -o recal_data.table. |
Outputs
ID | Type | Label | Doc |
---|---|---|---|
bwa_mem | File | ||
print_Reads | File | ||
samtoolssort | File | ||
samtoolsview | File | ||
realign_Target | File | ||
indel_Realigner | File | ||
mark_Duplicates | File | ||
haplotype_Caller | File | ||
base_Recalibrator | File |
https://w3id.org/cwl/view/git/a9c5d6cd4b644e035826ffc7732230f0d039e479/GATK-v1.0-Workflow.cwl