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
0a66c48b
Commit
0a66c48b
authored
3 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
Add umiTagName flag
parent
89eaf097
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
picard.wdl
+3
-0
3 additions, 0 deletions
picard.wdl
with
3 additions
and
0 deletions
picard.wdl
+
3
−
0
View file @
0a66c48b
...
...
@@ -1013,6 +1013,7 @@ task UmiAwareMarkDuplicatesWithMateCigar {
String outputPathUmiMetrics = outputPath + ".umi-metrics"
String tempdir = "temp"
Boolean removeDuplicates = true
String umiTagName = "RX"
String memory = "10G"
Int timeMinutes = 360
...
...
@@ -1026,6 +1027,7 @@ task UmiAwareMarkDuplicatesWithMateCigar {
INPUT=~{sep=' INPUT=' inputBams} \
O=~{outputPath} \
M=~{outputPathMetrics} \
UMI_TAG_NAME=~{umiTagName} \
UMI_METRICS_FILE=~{outputPathUmiMetrics} \
TMP_DIR=~{tempdir} \
REMOVE_DUPLICATES=~{removeDuplicates} \
...
...
@@ -1052,6 +1054,7 @@ task UmiAwareMarkDuplicatesWithMateCigar {
outputPathMetrics: {description: "The location the output metrics file should be written to.", category: "required"}
outputPathUmiMetrics: {description: "The location the output UMI metrics file should be written to.", category: "required"}
removeDuplicates: {description: "Whether the duplicate reads should be removed instead of marked.", category: "common"}
umiTagName: {description: "Which tag in the BAM file holds the UMI.", category: "common"}
tempdir: {description: "Temporary directory.", category: "advanced"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
...
...
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