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
790444da
Commit
790444da
authored
5 years ago
by
JasperBoom
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG.
parent
2105f016
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
+2
-0
2 additions, 0 deletions
CHANGELOG.md
centrifuge.wdl
+1
-1
1 addition, 1 deletion
centrifuge.wdl
with
3 additions
and
1 deletion
CHANGELOG.md
+
2
−
0
View file @
790444da
...
...
@@ -11,6 +11,8 @@ that users understand how the changes affect the new version.
version 2.2.0-dev
---------------------------
+
Update parameter_meta for TALON, Centrifuge and Minimap2.
+
Centrifuge: Fix issue where Centrifuge Inspect did not get the correct index files location.
+
Add
`minimumContigLength`
input to PlotDenoisedCopyRatios and PlotModeledSegments.
+
Add
`commonVariantSitesIndex`
input to CollectAllelicCounts
+
Centrifuge: Fix issue where Centrifuge could not locate index files.
...
...
This diff is collapsed.
Click to expand it.
centrifuge.wdl
+
1
−
1
View file @
790444da
...
...
@@ -206,7 +206,7 @@ task Inspect {
parameter_meta {
# inputs
printOption: {description: "The output option for inspect (fasta, summary, conversionTable, taxonomyTree, nameTable, sizeTable)", category: "required"}
index
Basename
: {description: "The
basename
of the index
to be inspected
.", category: "required"}
index
Files
: {description: "The
files
of the index
for the reference genomes
.", category: "required"}
outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}
across: {description: "When printing FASTA output, output a newline character every <int> bases.", category: "common"}
memory: {description: "The amount of memory available to the job.", 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