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
0f6d75c7
Commit
0f6d75c7
authored
3 years ago
by
Cats
Browse files
Options
Downloads
Patches
Plain Diff
fix some issues
parent
3ffa051f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hmftools.wdl
+3
-3
3 additions, 3 deletions
hmftools.wdl
with
3 additions
and
3 deletions
hmftools.wdl
+
3
−
3
View file @
0f6d75c7
...
...
@@ -312,8 +312,8 @@ task Gripss {
output {
File fullVcf = "~{outputDir}/~{tumorName}.gripss.somatic.vcf.gz"
File fullVcfIndex = "~{outputDir}/~{tumorName}.gripss.somatic.vcf.gz.tbi"
File filteredVcf = "~{outputDir}/~{tumorName}.gripss.
somatic.
filtered.vcf.gz"
File filteredVcfIndex = "~{outputDir}/~{tumorName}.gripss.
somatic.
filtered.vcf.gz.tbi"
File filteredVcf = "~{outputDir}/~{tumorName}.gripss.filtered
.somatic
.vcf.gz"
File filteredVcfIndex = "~{outputDir}/~{tumorName}.gripss.filtered
.somatic
.vcf.gz.tbi"
}
runtime {
...
...
@@ -629,7 +629,7 @@ task Pave {
File referenceFasta
File referenceFastaFai
File referenceFastaDict
File
refGenomeVersion
String
refGenomeVersion
File driverGenePanel
#The following should be in the same directory.
File geneDataCsv
...
...
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