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
e6c82279
Unverified
Commit
e6c82279
authored
4 years ago
by
van den Berg
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into Pacbio-variantcalling
parents
289a42d5
777229b4
No related branches found
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
samtools.wdl
+1
-1
1 addition, 1 deletion
samtools.wdl
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
e6c82279
...
...
@@ -16,6 +16,7 @@ version 5.0.0-dev
+
isoseq3: Add required bam index input to isoseq3.
+
pbbam: Add task for indexing PacBio bam files
+
picard: Add CollectHsMetrics and CollectVariantCallingMetrics.
+
Samtools: Add
`threads`
to parameter meta for Merge task.
+
bcftools: add tmpDir input to specify temporary directory when sorting.
+
bcftools: remove outputType and implement indexing based on output file extension.
+
NanoPack: Add parameter_meta to NanoPlot task.
...
...
This diff is collapsed.
Click to expand it.
samtools.wdl
+
1
−
1
View file @
e6c82279
...
...
@@ -362,7 +362,7 @@ task Merge {
# inputs
bamFiles: {description: "The BAM files to merge.", category: "required"}
outputBamPath: {description: "The location the merged BAM file should be written to.", category: "common"}
threads: {description: "Number of threads to use.", category: "
common
"}
threads: {description: "Number of threads to use.", category: "
advanced
"}
force: {description: "Equivalent to samtools merge's `-f` flag.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
...
...
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