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
cdbcd68d
Unverified
Commit
cdbcd68d
authored
4 years ago
by
Cats
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #274 from biowdl/addNewMultiPackageContainerWithUmiAndSamtools
Add new multi package container with umi and samtools
parents
f438bf4d
9c36780b
Branches
BIOWDL-576
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
umi-tools.wdl
+2
-2
2 additions, 2 deletions
umi-tools.wdl
with
3 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
cdbcd68d
...
...
@@ -10,6 +10,7 @@ that users understand how the changes affect the new version.
version 5.0.0-dev
---------------------------
+
UMI-tools: update default dockerImage to use umitools v1.1.1 with correct samtools version (1.10)
+
UMI-tools: re-introduce samtools indexing
+
UMI-tools: update default dockerImage to use umitools v1.1.1
+
UMI-tools dedup: Add tempdir
...
...
This diff is collapsed.
Click to expand it.
umi-tools.wdl
+
2
−
2
View file @
cdbcd68d
...
...
@@ -31,7 +31,7 @@ task Extract {
Boolean threePrime = false
Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 2)
String dockerImage = "quay.io/biocontainers/mulled-v2-509311a44630c01d9cb7d2ac5727725f51ea43af:
f9d5e41daab14b273ff04f257621890af6f82b93
-0"
String dockerImage = "quay.io/biocontainers/mulled-v2-509311a44630c01d9cb7d2ac5727725f51ea43af:
3067b520386698317fd507c413baf7f901666fd4
-0"
}
command {
...
...
@@ -87,7 +87,7 @@ task Dedup {
String memory = "25G"
Int timeMinutes = 30 + ceil(size(inputBam, "G") * 30)
String dockerImage = "quay.io/biocontainers/mulled-v2-509311a44630c01d9cb7d2ac5727725f51ea43af:
f9d5e41daab14b273ff04f257621890af6f82b93
-0"
String dockerImage = "quay.io/biocontainers/mulled-v2-509311a44630c01d9cb7d2ac5727725f51ea43af:
3067b520386698317fd507c413baf7f901666fd4
-0"
}
String outputBamIndex = sub(outputBamPath, "\.bam$", ".bai")
...
...
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