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
ec2bc612
Commit
ec2bc612
authored
4 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
update changelog
parent
b107182c
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
CHANGELOG.md
+17
-0
17 additions, 0 deletions
CHANGELOG.md
with
17 additions
and
0 deletions
CHANGELOG.md
+
17
−
0
View file @
ec2bc612
...
...
@@ -11,6 +11,23 @@ that users understand how the changes affect the new version.
version 4.0.0-develop
---------------------------
+
Picard SortSam added as a task.
+
Md5 files are no longer created by default on Picard tasks that generate
BAM files.
+
Changed PicardMarkduplicates to use COMPRESSION_LEVEL=1 by default
speeding up execution by 2x at the cost of a 20% larger BAM file.
+
Added sambamba markdup and sambamba sort. NOTE: samtools sort is more
efficient and is recommended.
+
Correctly represent samtools inconsistent use of the threads flag.
Sometimes it means 'threads' sometimes it means 'additional threads'.
BioWDL tasks now use only threads. The
`threads - 1`
conversion is
applied where necessary for samtools tools that use additional threads.
+
Updated BWA MEM and BWA KIT tasks to use samtools sort version 1.10 for
sorting the BAM file.
+
Updated memory requirements on bcftools Stats, bwa mem, bwakit, GATK
ApplyBQSR, GATK BaseRecalibrator, GATK GatherBqsrReports, Gatk
HaplotypeCaller, Picard CollectMultipleMetrics, Picard GatherBamFiles,
samtools Flagstat, samtools sort and bcftools stats.
+
TALON: Update
`FilterTalonTranscripts`
to new version, which removes the
pairingsFile and replaces this with datasetsFile.
+
TALON: Add
`GetSpliceJunctions`
&
`LabelReads`
tasks.
...
...
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