Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
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
biowdl
tasks
Commits
962d0258
Commit
962d0258
authored
6 years ago
by
Cats
Browse files
Options
Downloads
Patches
Plain Diff
fix problems caused by merging develop
parent
58736570
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!74
add SomaticSeq
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
somaticseq.wdl
+10
-13
10 additions, 13 deletions
somaticseq.wdl
with
10 additions
and
13 deletions
somaticseq.wdl
+
10
−
13
View file @
962d0258
...
@@ -8,13 +8,11 @@ task SomaticSeqWrapper {
...
@@ -8,13 +8,11 @@ task SomaticSeqWrapper {
String? installDir
String? installDir
String outputDir
String outputDir
Reference ref
Reference ref
erence
File? inclusionRegion
File? inclusionRegion
File? exclusionRegion
File? exclusionRegion
File tumorBam
IndexedBamFile tumorBam
File tumorIndex
IndexedBamFile normalBam
File normalBam
File normalIndex
File? mutect2VCF
File? mutect2VCF
File? varscanSNV
File? varscanSNV
File? varscanIndel
File? varscanIndel
...
@@ -38,11 +36,11 @@ task SomaticSeqWrapper {
...
@@ -38,11 +36,11 @@ task SomaticSeqWrapper {
~{preCommand}
~{preCommand}
~{toolCommand} \
~{toolCommand} \
--output-dir ~{outputDir} \
--output-dir ~{outputDir} \
--genome-reference ~{ref.fasta} \
--genome-reference ~{ref
erence
.fasta} \
~{"--inclusion-region " + inclusionRegion} \
~{"--inclusion-region " + inclusionRegion} \
~{"--exclusion-region " + exclusionRegion} \
~{"--exclusion-region " + exclusionRegion} \
--tumor-bam ~{tumorBam} \
--tumor-bam ~{tumorBam
.file
} \
--normal-bam ~{normalBam} \
--normal-bam ~{normalBam
.file
} \
~{"--mutect2 " + mutect2VCF} \
~{"--mutect2 " + mutect2VCF} \
~{"--varscan-snv " + varscanSNV} \
~{"--varscan-snv " + varscanSNV} \
~{"--varscan-indel " + varscanIndel} \
~{"--varscan-indel " + varscanIndel} \
...
@@ -71,11 +69,10 @@ task SsSomaticSeqWrapper {
...
@@ -71,11 +69,10 @@ task SsSomaticSeqWrapper {
String? installDir
String? installDir
String outputDir
String outputDir
Reference ref
Reference ref
erence
File? inclusionRegion
File? inclusionRegion
File? exclusionRegion
File? exclusionRegion
File bam
IndexedBamFile bam
File bamIndex
File? mutect2VCF
File? mutect2VCF
File? varscanVCF
File? varscanVCF
File? vardictVCF
File? vardictVCF
...
@@ -93,10 +90,10 @@ task SsSomaticSeqWrapper {
...
@@ -93,10 +90,10 @@ task SsSomaticSeqWrapper {
~{preCommand}
~{preCommand}
~{toolCommand} \
~{toolCommand} \
--output-dir ~{outputDir} \
--output-dir ~{outputDir} \
--genome-reference ~{ref.fasta} \
--genome-reference ~{ref
erence
.fasta} \
~{"--inclusion-region " + inclusionRegion} \
~{"--inclusion-region " + inclusionRegion} \
~{"--exclusion-region " + exclusionRegion} \
~{"--exclusion-region " + exclusionRegion} \
--in-bam ~{bam} \
--in-bam ~{bam
.file
} \
~{"--mutect2 " + mutect2VCF} \
~{"--mutect2 " + mutect2VCF} \
~{"--varscan " + varscanVCF} \
~{"--varscan " + varscanVCF} \
~{"--vardict " + vardictVCF} \
~{"--vardict " + vardictVCF} \
...
...
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