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
4b8cd7a8
Commit
4b8cd7a8
authored
7 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
cutadapt only accepts arrays with at least one item for adapters
parent
b5552f5d
No related branches found
No related tags found
2 merge requests
!9
Changes for virus assembly pipeline
,
!10
Extra tasks required for assembly.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cutadapt.wdl
+6
-6
6 additions, 6 deletions
cutadapt.wdl
with
6 additions
and
6 deletions
cutadapt.wdl
+
6
−
6
View file @
4b8cd7a8
...
@@ -7,12 +7,12 @@ task cutadapt {
...
@@ -7,12 +7,12 @@ task cutadapt {
String? preCommand
String? preCommand
Int? cores = 1
Int? cores = 1
String? memory = "4G"
String? memory = "4G"
Array[String]? adapter
Array[String]
+
? adapter
Array[String]? front
Array[String]
+
? front
Array[String]? anywhere
Array[String]
+
? anywhere
Array[String]? adapterRead2
Array[String]
+
? adapterRead2
Array[String]? frontRead2
Array[String]
+
? frontRead2
Array[String]? anywhereRead2
Array[String]
+
? anywhereRead2
Boolean? interleaved
Boolean? interleaved
String? pairFilter
String? pairFilter
Float? errorRate
Float? errorRate
...
...
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