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
7a89255a
Commit
7a89255a
authored
5 years ago
by
Cats
Browse files
Options
Downloads
Plain Diff
Merge branch 'update_scripts' of
https://github.com/biowdl/tasks
into update_scripts
parents
62760c24
e3df079b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-2
6 additions, 2 deletions
CHANGELOG.md
VERSION
+1
-1
1 addition, 1 deletion
VERSION
talon.wdl
+8
-8
8 additions, 8 deletions
talon.wdl
with
15 additions
and
11 deletions
CHANGELOG.md
+
6
−
2
View file @
7a89255a
...
...
@@ -9,9 +9,13 @@ This document is user facing. Please word the changes in such a way
that users understand how the changes affect the new version.
-->
version 2.
1
.0-dev
version 2.
2
.0-dev
---------------------------
+
Make intervals optional for GATK CombineGVCFs
+
Update TALON default image to version 4.4.1.
version 2.1.0
---------------------------
+
Make intervals optional for GATK CombineGVCFs.
+
Updated biowdl-input-converter version.
+
GATK CombineGVCFs memory was tripled to prevent it from using a lot of CPU in
Garbage Collection mode.
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
7a89255a
2.
1
.0
2.
2
.0
This diff is collapsed.
Click to expand it.
talon.wdl
+
8
−
8
View file @
7a89255a
...
...
@@ -32,7 +32,7 @@ task CreateAbundanceFileFromDatabase {
Int cores = 1
String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
@@ -102,7 +102,7 @@ task CreateGtfFromDatabase {
Int cores = 1
String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
@@ -174,7 +174,7 @@ task FilterTalonTranscripts {
Int cores = 1
String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
@@ -227,7 +227,7 @@ task GetReadAnnotations {
Int cores = 1
String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
@@ -287,7 +287,7 @@ task InitializeTalonDatabase {
Int cores = 1
String memory = "10G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
@@ -360,7 +360,7 @@ task ReformatGtf {
Int cores = 1
String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
@@ -397,7 +397,7 @@ task SummarizeDatasets {
Int cores = 1
String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
@@ -458,7 +458,7 @@ task Talon {
Int cores = 4
String memory = "20G"
String dockerImage = "biocontainers/talon:v4.4_cv1"
String dockerImage = "biocontainers/talon:v4.4
.1
_cv1"
}
command {
...
...
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