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
7c512fbd
Commit
7c512fbd
authored
6 years ago
by
ffinfo
Browse files
Options
Downloads
Patches
Plain Diff
Change names
parent
9f02ca5a
No related branches found
No related tags found
1 merge request
!61
Switch to structs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
picard.wdl
+6
-6
6 additions, 6 deletions
picard.wdl
with
6 additions
and
6 deletions
picard.wdl
+
6
−
6
View file @
7c512fbd
...
...
@@ -42,7 +42,7 @@ task BedToIntervalList {
task CollectMultipleMetrics {
input {
String? preCommand
IndexedBamFile bam
IndexedBamFile bam
File
Reference reference
String basename
...
...
@@ -72,7 +72,7 @@ task CollectMultipleMetrics {
~{preCommand}
~{toolCommand} \
CollectMultipleMetrics \
I=~{bam.file} \
I=~{bam
File
.file} \
R=~{reference.fasta} \
O=~{basename} \
PROGRAM=null \
...
...
@@ -116,7 +116,7 @@ task CollectMultipleMetrics {
task CollectRnaSeqMetrics {
input {
String? preCommand
IndexedBamFile bam
IndexedBamFile bam
File
File refRefflat
String basename
String strandSpecificity = "NONE"
...
...
@@ -137,7 +137,7 @@ task CollectRnaSeqMetrics {
~{preCommand}
~{toolCommand} \
CollectRnaSeqMetrics \
I=~{bam.file} \
I=~{bam
File
.file} \
O=~{basename}.RNA_Metrics \
CHART_OUTPUT=~{basename}.RNA_Metrics.pdf \
STRAND_SPECIFICITY=~{strandSpecificity} \
...
...
@@ -157,7 +157,7 @@ task CollectRnaSeqMetrics {
task CollectTargetedPcrMetrics {
input {
String? preCommand
IndexedBamFile bam
IndexedBamFile bam
File
Reference reference
File ampliconIntervals
Array[File]+ targetIntervals
...
...
@@ -179,7 +179,7 @@ task CollectTargetedPcrMetrics {
~{preCommand}
~{toolCommand} \
CollectTargetedPcrMetrics \
I=~{bam.file} \
I=~{bam
File
.file} \
R=~{reference.fasta} \
AMPLICON_INTERVALS=~{ampliconIntervals} \
TARGET_INTERVALS=~{sep=" TARGET_INTERVALS=" targetIntervals} \
...
...
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