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
6271478e
Commit
6271478e
authored
5 years ago
by
Cats
Browse files
Options
Downloads
Patches
Plain Diff
update changelog, remove unused inputs from cutadapt
parent
f1204645
Branches
pbmm2
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
+4
-0
4 additions, 0 deletions
CHANGELOG.md
cutadapt.wdl
+0
-10
0 additions, 10 deletions
cutadapt.wdl
with
4 additions
and
10 deletions
CHANGELOG.md
+
4
−
0
View file @
6271478e
...
...
@@ -11,6 +11,10 @@ that users understand how the changes affect the new version.
version 2.2.0-dev
---------------------------
+
Removed unused inputs (trimPrimer and format) for cutadapt.
+
Various minor command tweaks to increase stability.
+
Fixed unused inputs in bedtools sort (inputs are now used).
+
Added miniwdl check to linting.
+
Update TALON default image to version 4.4.1.
version 2.1.0
...
...
This diff is collapsed.
Click to expand it.
cutadapt.wdl
+
0
−
10
View file @
6271478e
...
...
@@ -6,7 +6,6 @@ task Cutadapt {
File? read2
String read1output = "cut_r1.fq.gz"
String? read2output
String? format
Array[String] adapter = []
Array[String] front = []
Array[String] anywhere = []
...
...
@@ -49,7 +48,6 @@ task Cutadapt {
String? untrimmedPairedOutputPath
Boolean? colorspace
Boolean? doubleEncode
Boolean? trimPrimer
Boolean? stripF3
Boolean? maq
Boolean? bwa
...
...
@@ -169,10 +167,6 @@ task Cutadapt {
description: "The name of the resulting second end fastq file.",
category: "common"
}
format: {
description: "Equivalent to cutadapt's --format option.",
category: "advanced"
}
adapter: {
description: "A list of 3' ligated adapter sequences to be cut from the given first or single end fastq file.",
category: "common"
...
...
@@ -341,10 +335,6 @@ task Cutadapt {
description: "Equivalent to cutadapt's --double-encode flag.",
category: "advanced"
}
trimPrimer: {
description: "Equivalent to cutadapt's --trim-primer flag.",
category: "advanced"
}
stripF3: {
description: "Equivalent to cutadapt's --strip-f3 flag.",
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