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
70811600
Commit
70811600
authored
5 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Plain Diff
Merge branch 'BIOWDL-247' of
https://github.com/biowdl/tasks
into BIOWDL-247
parents
7af2606d
1790b868
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
cutadapt.wdl
+3
-3
3 additions, 3 deletions
cutadapt.wdl
fastqc.wdl
+2
-2
2 additions, 2 deletions
fastqc.wdl
with
5 additions
and
5 deletions
cutadapt.wdl
+
3
−
3
View file @
70811600
...
...
@@ -62,8 +62,8 @@ task Cutadapt {
String? reportPath
Int cores = 1
Int memory = 16
String docker
T
ag = "2.3--py36h14c3975_0"
Int memory = 16
# FIXME: Insane memory. Double-check if needed.
String docker
Im
ag
e
= "
quay.io/biocontainers/cutadapt:
2.3--py36h14c3975_0"
}
String read2outputArg = if (defined(read2output))
...
...
@@ -169,6 +169,6 @@ task Cutadapt {
runtime {
cpu: cores
memory: memory
docker:
"quay.io/biocontainers/cutadapt:" +
docker
T
ag
docker: docker
Im
ag
e
}
}
This diff is collapsed.
Click to expand it.
fastqc.wdl
+
2
−
2
View file @
70811600
...
...
@@ -18,7 +18,7 @@ task Fastqc {
String? dir
Int threads = 1
String docker
T
ag = "0.11.7--4"
String docker
Im
ag
e
= "
quay.io/biocontainers/fastqc:
0.11.7--4"
Array[File]? NoneArray
File? NoneFile
}
...
...
@@ -61,7 +61,7 @@ task Fastqc {
runtime {
cpu: threads
docker:
"quay.io/biocontainers/fastqc:" +
docker
T
ag
docker: docker
Im
ag
e
}
}
...
...
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